Skip to content

Commit fb64204

Browse files
committed
tests: skip sign_option_will_fund_offer because (VLS:[ElementsProject#399])
1 parent 0aac046 commit fb64204

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/test_bookkeeper.py

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

334334

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

tests/test_opening.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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')
583584
def 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')
15561558
def 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')
18681871
def 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')
19321936
def test_buy_liquidity_ad_check_bookkeeping(node_factory, bitcoind):
19331937
""" Test that your bookkeeping for a liquidity ad is good."""

0 commit comments

Comments
 (0)