Disable the evalNixOS test

It also OOMs.

https://hydra.nixos.org/build/105942679
This commit is contained in:
Eelco Dolstra 2019-11-07 10:14:00 +01:00
parent 04bf9acd22
commit 99af822004
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,6 @@ let
nix = build.x86_64-linux;
officialRelease = false;
};
*/
tests.evalNixOS =
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
@ -289,6 +288,7 @@ let
touch $out
'';
*/
installerScript =
@ -327,7 +327,7 @@ let
tests.nix-copy-closure
tests.binaryTarball
#tests.evalNixpkgs
tests.evalNixOS
#tests.evalNixOS
installerScript
];
};