Skip to content

Commit 098819f

Browse files
committed
tests: skip sign_option_will_fund_offer because (VLS:[ElementsProject#399])
1 parent ad346b2 commit 098819f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_opening.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ def test_v2_rbf_abort_channel_opens(node_factory, bitcoind, chainparams):
524524
l1.daemon.wait_for_log(' to CHANNELD_NORMAL')
525525

526526

527+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "sign_option_will_fund_offer unimplemented")
527528
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
528529
@pytest.mark.openchannel('v2')
529530
def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams):
@@ -1407,6 +1408,7 @@ def test_funder_contribution_limits(node_factory, bitcoind):
14071408
assert l3.daemon.is_in_log(r'calling `signpsbt` .* 6 inputs')
14081409

14091410

1411+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "sign_option_will_fund_offer unimplemented")
14101412
@pytest.mark.openchannel('v2')
14111413
@pytest.mark.developer("requres 'dev-disconnect'")
14121414
def test_inflight_dbload(node_factory, bitcoind):
@@ -1720,6 +1722,7 @@ def test_buy_liquidity_ad_no_v2(node_factory, bitcoind):
17201722
compact_lease='029a002d000000004b2003e8')
17211723

17221724

1725+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "sign_option_will_fund_offer unimplemented")
17231726
@pytest.mark.openchannel('v2')
17241727
def test_v2_replay_bookkeeping(node_factory, bitcoind):
17251728
""" Test that your bookkeeping for a liquidity ad is good
@@ -1784,6 +1787,7 @@ def test_v2_replay_bookkeeping(node_factory, bitcoind):
17841787
l1.rpc.bkpr_listbalances()
17851788

17861789

1790+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "sign_option_will_fund_offer unimplemented")
17871791
@pytest.mark.openchannel('v2')
17881792
def test_buy_liquidity_ad_check_bookkeeping(node_factory, bitcoind):
17891793
""" Test that your bookkeeping for a liquidity ad is good."""

0 commit comments

Comments
 (0)