netns test: disable backup test
This commit is contained in:
parent
fcc67da9f4
commit
84744f38d7
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue