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 <xe@tailscale.com>
This commit is contained in:
Christine Dodrill 2021-07-09 12:13:21 -04:00 committed by GitHub
parent 33cacb5284
commit afbd35482d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,10 +184,7 @@ func TestDownloadImages(t *testing.T) {
// //
// [1]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html // [1]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html
{"nixos-21-05", "channel:nixos-21.05", "lolfakesha", 512, "nix", "systemd"}, {"nixos-21-05", "channel:nixos-21.05", "lolfakesha", 512, "nix", "systemd"},
{"nixos-unstable", "channel:nixos-unstable", "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"},
} }
// fetchFromS3 fetches a distribution image from Amazon S3 or reports whether // fetchFromS3 fetches a distribution image from Amazon S3 or reports whether