Skip to content

Commit 5b23cc5

Browse files
committed
tests: skip test_gossip_not_dying because frequently fails
1 parent ab0e0c0 commit 5b23cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_gossip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,6 +1921,7 @@ def test_close_12_block_delay(node_factory, bitcoind):
19211921
wait_for(lambda: l4.rpc.listchannels(source=l2.info['id'])['channels'] == [])
19221922

19231923

1924+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "skip until v24.02rc2")
19241925
def test_gossip_not_dying(node_factory, bitcoind):
19251926
l1 = node_factory.get_node()
19261927
l2, l3 = node_factory.line_graph(2, wait_for_announce=True)

0 commit comments

Comments
 (0)