From a37e692af68f56323d761ec877dd508db1db54d8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 16 Jul 2018 21:14:52 +0930 Subject: [PATCH] pytest: mark test_reconnect_normal flaky for now. The bad gossip order bug is going to take a while to fix. Signed-off-by: Rusty Russell --- tests/test_lightningd.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index c4568aa18..c59201b93 100644 --- a/tests/test_lightningd.py +++ b/tests/test_lightningd.py @@ -3559,6 +3559,8 @@ class LightningDTests(BaseLightningDTests): # Just to be sure, second openingd hand over to channeld. l2.daemon.wait_for_log('lightning_openingd.*REPLY WIRE_OPENING_FUNDEE_REPLY with 2 fds') + # FIXME: bad gossip order fix is wrapped up in gossipd/welcomed: see #1706 + @flaky @unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1") def test_reconnect_normal(self): # Should reconnect fine even if locked message gets lost.