Skip to content

Commit

Permalink
tests: Skip remote_hsmd incompatible tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Nov 3, 2023
1 parent 61f5572 commit 2adadbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3749,6 +3749,7 @@ def test_setconfig(node_factory, bitcoind):
assert len(lines) == 3


@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't support this command")
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "deletes database, which is assumed sqlite3")
def test_recover_command(node_factory, bitcoind):
l1, l2 = node_factory.get_nodes(2)
Expand Down

0 comments on commit 2adadbe

Please sign in to comment.