From 01f2ca4fe7693284d735c57b237182966685a972 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 23 Feb 2022 10:17:24 +1030 Subject: [PATCH] pytest: remove test_htlc_rexmit_while_closing as too flaky. Signed-off-by: Rusty Russell --- tests/test_closing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_closing.py b/tests/test_closing.py index 25021872e..52f4eb745 100644 --- a/tests/test_closing.py +++ b/tests/test_closing.py @@ -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"""