mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-18 20:51:45 +00:00
tstest/integration/vms: disable nixos unstable (#2491)
cloud-init broke with the upgrade to python 3.9: https://github.com/NixOS/nixpkgs/issues/131098 Signed-off-by: Christine Dodrill <xe@tailscale.com>
This commit is contained in:
parent
cecfc14875
commit
8db26a2261
@ -167,6 +167,10 @@ func copyUnit(t *testing.T, bins *integration.Binaries) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (h *Harness) makeNixOSImage(t *testing.T, d Distro, cdir string) string {
|
func (h *Harness) makeNixOSImage(t *testing.T, d Distro, cdir string) string {
|
||||||
|
if d.Name == "nixos-unstable" {
|
||||||
|
t.Skip("https://github.com/NixOS/nixpkgs/issues/131098")
|
||||||
|
}
|
||||||
|
|
||||||
copyUnit(t, h.bins)
|
copyUnit(t, h.bins)
|
||||||
dir := t.TempDir()
|
dir := t.TempDir()
|
||||||
fname := filepath.Join(dir, d.Name+".nix")
|
fname := filepath.Join(dir, d.Name+".nix")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user