Skip to content

Commit

Permalink
pytest: fixup c22a1fc: skip test_hook_crash on liquid CI
Browse files Browse the repository at this point in the history
  • Loading branch information
endothermicdev committed Dec 11, 2023
1 parent 3cc48b0 commit 263057c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,7 @@ def test_bcli(node_factory, bitcoind, chainparams):
assert not resp["success"] and "decode failed" in resp["errmsg"]


@unittest.skipIf(TEST_NETWORK != 'regtest', 'p2tr addresses not supported by elementsd')
def test_hook_crash(node_factory, executor, bitcoind):
"""Verify that we fail over if a plugin crashes while handling a hook.
Expand Down

0 comments on commit 263057c

Please sign in to comment.