forked from mirrors/nixpkgs
nixos/tests: Temporarily deactivate nixpart tests.
Those tests are flapping and redundant to some degree, as two configurations are tested in NixOps as well. So, let's deactivate them until the 1.0 release of nixpart, which has a more general approach for automatically partitioning NixOS installations. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4b06b42bc3
commit
1fc7d6ddb2
|
@ -25,7 +25,7 @@ with import ../lib/testing.nix { inherit system minimal; };
|
|||
nfs3 = makeTest (import ./nfs.nix { version = 3; });
|
||||
#nfs4 = makeTest (import ./nfs.nix { version = 4; });
|
||||
openssh = makeTest (import ./openssh.nix);
|
||||
partition = makeTest (import ./partition.nix);
|
||||
#partition = makeTest (import ./partition.nix);
|
||||
printing = makeTest (import ./printing.nix);
|
||||
proxy = makeTest (import ./proxy.nix);
|
||||
quake3 = makeTest (import ./quake3.nix);
|
||||
|
|
Loading…
Reference in a new issue