tests: disable restarting joinmarket-ob-watcher

This removes the repeated failure messages from the test log.
This commit is contained in:
Erik Arvstedt 2021-10-05 16:44:00 +02:00
parent c8251cdad7
commit 27905e2c3a
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,10 @@ let
txfee = 200;
};
# Disable restarting joinmarket-ob-watcher because it always fails
# on non-synced mainnet nodes
systemd.services.joinmarket-ob-watcher.serviceConfig.Restart = mkForce "no";
tests.nodeinfo = config.nix-bitcoin.nodeinfo.enable;
tests.backups = cfg.backups.enable;