Disable the evalNixOS test

It also OOMs.

https://hydra.nixos.org/build/105942679
(cherry picked from commit 99af822004418b25b6d04eca67949c62e770c16b)
This commit is contained in:
Eelco Dolstra 2019-11-07 10:14:00 +01:00
parent 5526f725a8
commit 9cf52dd1cc

View file

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