@@ -578,6 +578,7 @@ def test_v2_rbf_abort_channel_opens(node_factory, bitcoind, chainparams):
578578 l1 .daemon .wait_for_log (' to CHANNELD_NORMAL' )
579579
580580
581+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "sign_option_will_fund_offer unimplemented" )
581582@unittest .skipIf (TEST_NETWORK != 'regtest' , 'elementsd doesnt yet support PSBT features we need' )
582583@pytest .mark .openchannel ('v2' )
583584def test_v2_rbf_liquidity_ad (node_factory , bitcoind , chainparams ):
@@ -1552,6 +1553,7 @@ def test_funder_contribution_limits(node_factory, bitcoind):
15521553 assert l3 .daemon .is_in_log (r'calling `signpsbt` .* 6 inputs' )
15531554
15541555
1556+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "sign_option_will_fund_offer unimplemented" )
15551557@pytest .mark .openchannel ('v2' )
15561558def test_inflight_dbload (node_factory , bitcoind ):
15571559 """Bad db field access breaks Postgresql on startup with opening leases"""
@@ -1864,6 +1866,7 @@ def test_buy_liquidity_ad_no_v2(node_factory, bitcoind):
18641866 compact_lease = '029a002d000000004b2003e8' )
18651867
18661868
1869+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "sign_option_will_fund_offer unimplemented" )
18671870@pytest .mark .openchannel ('v2' )
18681871def test_v2_replay_bookkeeping (node_factory , bitcoind ):
18691872 """ Test that your bookkeeping for a liquidity ad is good
@@ -1928,6 +1931,7 @@ def test_v2_replay_bookkeeping(node_factory, bitcoind):
19281931 l1 .rpc .bkpr_listbalances ()
19291932
19301933
1934+ @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "sign_option_will_fund_offer unimplemented" )
19311935@pytest .mark .openchannel ('v2' )
19321936def test_buy_liquidity_ad_check_bookkeeping (node_factory , bitcoind ):
19331937 """ Test that your bookkeeping for a liquidity ad is good."""
0 commit comments