Browse Source

tstest/integration/vms: add NixOS unstable back (#2330)

The upstream NixOS issue was fixed.
https://github.com/NixOS/nixpkgs/issues/128783

Signed-off-by: Christine Dodrill <[email protected]>
Christine Dodrill 4 years ago
parent
commit
afbd35482d
1 changed files with 1 additions and 4 deletions
  1. 1 4
      tstest/integration/vms/vms_test.go

+ 1 - 4
tstest/integration/vms/vms_test.go

@@ -184,10 +184,7 @@ var distros = []Distro{
 	//
 	// [1]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html
 	{"nixos-21-05", "channel:nixos-21.05", "lolfakesha", 512, "nix", "systemd"},
-
-	// // NOTE(Xe): disabled until https://github.com/NixOS/nixpkgs/issues/128783
-	// // is fixed.
-	// {"nixos-unstable", "channel:nixos-unstable", "lolfakesha", 512, "nix", "systemd"},
+	{"nixos-unstable", "channel:nixos-unstable", "lolfakesha", 512, "nix", "systemd"},
 }
 
 // fetchFromS3 fetches a distribution image from Amazon S3 or reports whether