about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-11-16 16:50:51 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-11-16 16:50:51 +0100
commit79f535e13c7f84de74c733aa5b81437cc708f0f2 (patch)
treeeba4a6150dbb5306af304cbec6d0a55afd510012 /tests/default.nix
parent875dc624ed1369516ec3fe29bee7e1f318072967 (diff)
tests: Disable multipath-vpn test.
The test is broken since it was introduced for the first time in
080933b2f158e7a3f0dfc4e7f499c0e3752cd3fc.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 775b3165..77fb3073 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -13,6 +13,7 @@ in {
     heinrich = callTest ./labnet/heinrich.nix;
   };
   richi235 = {
-    multipath-vpn = callTest ./richi235/multipath-vpn.nix;
+    # Currently broken
+    #multipath-vpn = callTest ./richi235/multipath-vpn.nix;
   };
 }