Skip to content

Commit e524ac5

Browse files
committed
tests: Skip remote_hsmd incompatible tests
1 parent caea4c4 commit e524ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,6 +3749,7 @@ def test_setconfig(node_factory, bitcoind):
37493749
assert len(lines) == 3
37503750

37513751

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

0 commit comments

Comments
 (0)