Skip to content

Commit

Permalink
pytest: remove test_htlc_rexmit_while_closing as too flaky.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Feb 23, 2022
1 parent bdeeaab commit 01f2ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_closing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3443,6 +3443,7 @@ def test_closing_higherfee(node_factory, bitcoind, executor):
wait_for(lambda: only_one(l2.rpc.listpeers()['peers'])['channels'][0]['state'] == 'CLOSINGD_COMPLETE')


@unittest.skipIf(True, "Test is extremely flaky")
@pytest.mark.developer("needs dev_disconnect")
def test_htlc_rexmit_while_closing(node_factory, executor):
"""Retranmitting an HTLC revocation while shutting down should work"""
Expand Down

0 comments on commit 01f2ca4

Please sign in to comment.