summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-10-19 23:34:20 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-10-19 23:34:20 +0200
commit1fc7d6ddb245ef78980df79333cd8b35de8a38bd (patch)
tree8cab1aabdd22fd5f46c4158c0c0262e2520ce527 /nixos
parent4b06b42bc32026e448479764791ef6e05e0da5bc (diff)
downloadnixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar.gz
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar.bz2
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar.lz
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar.xz
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.tar.zst
nixpkgs-1fc7d6ddb245ef78980df79333cd8b35de8a38bd.zip
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>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/default.nix2
1 files changed, 1 insertions, 1 deletions
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);