Skip to content

Commit e4e58f4

Browse files
committed
tests: Skip unsupported tests
1 parent be52416 commit e4e58f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_bookkeeper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ def test_bookkeeping_rbf_withdraw(node_factory, bitcoind):
333333
assert len(fees) == 1
334334

335335

336+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "hsmd_sign_option_will_fund_offer not supported")
336337
@pytest.mark.openchannel('v2')
337338
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "turns off bookkeeper at start")
338339
@unittest.skipIf(TEST_NETWORK != 'regtest', "network fees hardcoded")

0 commit comments

Comments
 (0)