Skip to content

Commit f5fdf26

Browse files
committed
Skip tests with handle_sign_option_will_fund_offer unimplemented
1 parent de37d29 commit f5fdf26

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

tests/test_closing.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,7 @@ def test_penalty_outhtlc(node_factory, bitcoind, executor, chainparams):
709709

710710

711711
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
712+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
712713
@pytest.mark.openchannel('v2')
713714
@pytest.mark.slow_test
714715
@pytest.mark.developer("requres 'dev-queryrates'")
@@ -750,6 +751,7 @@ def test_channel_lease_falls_behind(node_factory, bitcoind):
750751

751752

752753
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
754+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
753755
@pytest.mark.openchannel('v2')
754756
@pytest.mark.developer("requres 'dev-queryrates'")
755757
@pytest.mark.slow_test
@@ -828,6 +830,7 @@ def test_channel_lease_post_expiry(node_factory, bitcoind):
828830

829831

830832
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
833+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
831834
@pytest.mark.openchannel('v2')
832835
@pytest.mark.slow_test
833836
@pytest.mark.developer("requres 'dev-queryrates'")
@@ -934,6 +937,7 @@ def test_channel_lease_unilat_closes(node_factory, bitcoind):
934937

935938

936939
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
940+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
937941
@pytest.mark.openchannel('v2')
938942
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "Makes use of the sqlite3 db")
939943
@pytest.mark.developer("requres 'dev-queryrates'")
@@ -1007,6 +1011,7 @@ def test_channel_lease_lessor_cheat(node_factory, bitcoind, chainparams):
10071011

10081012

10091013
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
1014+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
10101015
@pytest.mark.openchannel('v2')
10111016
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "Makes use of the sqlite3 db")
10121017
@pytest.mark.developer("requres 'dev-queryrates'")

tests/test_opening.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def find_next_feerate(node, peer):
1717

1818

1919
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
20+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
2021
@pytest.mark.openchannel('v2')
2122
@pytest.mark.developer("requres 'dev-queryrates'")
2223
def test_queryrates(node_factory, bitcoind):
@@ -336,6 +337,7 @@ def test_v2_rbf_single(node_factory, bitcoind, chainparams):
336337

337338

338339
@unittest.skipIf(TEST_NETWORK != 'regtest', 'elementsd doesnt yet support PSBT features we need')
340+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "handle_sign_option_will_fund_offer unimplemented")
339341
@pytest.mark.openchannel('v2')
340342
def test_v2_rbf_liquidity_ad(node_factory, bitcoind, chainparams):
341343

0 commit comments

Comments
 (0)