Skip to content

Commit 5a2d6e6

Browse files
committed
skip test_shutdown_alternate_txid when using remotesigner
1 parent 2e69a52 commit 5a2d6e6

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
@@ -3083,6 +3083,7 @@ def test_segwit_shutdown_script(node_factory, bitcoind, executor):
30833083
l1.rpc.fundchannel(l2.info['id'], 10**6)
30843084

30853085

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

0 commit comments

Comments
 (0)