Disable lightdm test

It's hanging in the OCR step for hours.

@aszlig

http://hydra.nixos.org/build/24268601
This commit is contained in:
Eelco Dolstra 2015-08-17 10:48:04 +02:00
parent f2aeca7772
commit d234c64032
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ in rec {
(all nixos.tests.bootBiosCdrom)
(all nixos.tests.ipv6)
(all nixos.tests.kde4)
(all nixos.tests.lightdm)
#(all nixos.tests.lightdm)
(all nixos.tests.login)
(all nixos.tests.misc)
(all nixos.tests.nat.firewall)

View File

@ -245,7 +245,7 @@ in rec {
tests.kde4 = callTest tests/kde4.nix {};
tests.kubernetes = hydraJob (import tests/kubernetes.nix { system = "x86_64-linux"; });
tests.latestKernel.login = callTest tests/login.nix { latestKernel = true; };
tests.lightdm = callTest tests/lightdm.nix {};
#tests.lightdm = callTest tests/lightdm.nix {};
tests.login = callTest tests/login.nix {};
#tests.logstash = callTest tests/logstash.nix {};
tests.misc = callTest tests/misc.nix {};