tests: disable restarting joinmarket-ob-watcher
This removes the repeated failure messages from the test log.
This commit is contained in:
parent
c8251cdad7
commit
27905e2c3a
@ -98,6 +98,10 @@ let
|
|||||||
txfee = 200;
|
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.nodeinfo = config.nix-bitcoin.nodeinfo.enable;
|
||||||
|
|
||||||
tests.backups = cfg.backups.enable;
|
tests.backups = cfg.backups.enable;
|
||||||
|
Loading…
Reference in New Issue
Block a user