netns test: disable backup test

This commit is contained in:
Erik Arvstedt
2020-09-27 12:43:29 +02:00
parent fcc67da9f4
commit 84744f38d7

View File

@@ -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