Skip to content

Commit

Permalink
tests: skip test_gossip_not_dying because frequently fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Feb 27, 2024
1 parent a4cd4dd commit ed919b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gossip.py
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,7 @@ def test_close_12_block_delay(node_factory, bitcoind):
wait_for(lambda: l4.rpc.listchannels(source=l2.info['id'])['channels'] == [])


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

0 comments on commit ed919b2

Please sign in to comment.