netns test: disable backup test
This commit is contained in:
parent
fcc67da9f4
commit
84744f38d7
@ -102,6 +102,9 @@ let testEnv = rec {
|
|||||||
imports = [ scenarios.secureNode ];
|
imports = [ scenarios.secureNode ];
|
||||||
nix-bitcoin.netns-isolation.enable = true;
|
nix-bitcoin.netns-isolation.enable = true;
|
||||||
tests.netns-isolation = true;
|
tests.netns-isolation = true;
|
||||||
|
|
||||||
|
# This test is rather slow and unaffected by netns settings
|
||||||
|
tests.backups = mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
## Examples / debug helper
|
## Examples / debug helper
|
||||||
|
Loading…
Reference in New Issue
Block a user