Skip to content

Commit 320dc59

Browse files
committed
skip test_shutdown_alternate_txid when using remotesigner
1 parent 8287a9f commit 320dc59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_closing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,7 @@ def test_segwit_shutdown_script(node_factory, bitcoind, executor):
26982698
l1.rpc.fundchannel(l2.info['id'], 10**6)
26992699

27002700

2701+
@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "remotesigner won't sign close w/ wrong txid")
27012702
@pytest.mark.openchannel('v1')
27022703
def test_shutdown_alternate_txid(node_factory, bitcoind):
27032704
l1, l2 = node_factory.line_graph(2, fundchannel=False,

0 commit comments

Comments
 (0)