netns test: disable backup test

This commit is contained in:
Erik Arvstedt 2020-09-27 12:43:29 +02:00
parent fcc67da9f4
commit 84744f38d7
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 3 additions and 0 deletions

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