From 84744f38d7ac67c1db98700be2de9e8b8a3fc8ab Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 27 Sep 2020 12:43:29 +0200 Subject: [PATCH] netns test: disable backup test --- test/tests.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/tests.nix b/test/tests.nix index db073a1..cd29bc0 100644 --- a/test/tests.nix +++ b/test/tests.nix @@ -102,6 +102,9 @@ let testEnv = rec { imports = [ scenarios.secureNode ]; nix-bitcoin.netns-isolation.enable = true; tests.netns-isolation = true; + + # This test is rather slow and unaffected by netns settings + tests.backups = mkForce false; }; ## Examples / debug helper