Skip to content

Commit 0c2ca74

Browse files
committed
skip test_closing.py::test_option_upfront_shutdown_script
1 parent 3b74057 commit 0c2ca74

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
@@ -2917,6 +2917,7 @@ def test_shutdown(node_factory):
29172917

29182918
@flaky
29192919
@pytest.mark.developer("needs to set upfront_shutdown_script")
2920+
@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "policy failure: validate_mutual_close_tx: holder_script doesn't match upfront holder_shutdown_script")
29202921
def test_option_upfront_shutdown_script(node_factory, bitcoind, executor):
29212922
# There's a workaround in channeld, that it treats incoming errors
29222923
# before both sides are locked in as warnings; this happens in

0 commit comments

Comments
 (0)