Disable nixos.tests.panamax

https://github.com/NixOS/nixpkgs/issues/18209#issuecomment-246763699
This commit is contained in:
Domen Kožar 2016-09-13 20:41:03 +02:00
parent 7fd8f158af
commit a5de1cd8b5
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ in rec {
tests.nfs4 = callTest tests/nfs.nix { version = 4; };
tests.nsd = callTest tests/nsd.nix {};
tests.openssh = callTest tests/openssh.nix {};
tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
#tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
tests.peerflix = callTest tests/peerflix.nix {};
tests.postgresql = callTest tests/postgresql.nix {};
tests.printing = callTest tests/printing.nix {};