From 1fc7d6ddb245ef78980df79333cd8b35de8a38bd Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 19 Oct 2013 23:34:20 +0200 Subject: [PATCH] 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 --- nixos/tests/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/default.nix b/nixos/tests/default.nix index 16d45126de1..0c971f1b712 100644 --- a/nixos/tests/default.nix +++ b/nixos/tests/default.nix @@ -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);