mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-10 17:19:15 +01:00
pytest: skip test_hook_crash on liquid CI
This commit is contained in:
parent
b318811a2d
commit
3a6b9f2ec6
1 changed files with 1 additions and 0 deletions
|
@ -1852,6 +1852,7 @@ def test_bcli(node_factory, bitcoind, chainparams):
|
||||||
assert not resp["success"] and "decode failed" in resp["errmsg"]
|
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):
|
def test_hook_crash(node_factory, executor, bitcoind):
|
||||||
"""Verify that we fail over if a plugin crashes while handling a hook.
|
"""Verify that we fail over if a plugin crashes while handling a hook.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue