mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
pytest: remove test_htlc_rexmit_while_closing as too flaky.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
bdeeaab631
commit
01f2ca4fe7
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user