From 71c62e726e03fad0dc15321ad1d068369257a768 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 22 Dec 2017 15:36:54 +0100 Subject: [PATCH] fixup! pytest: Temporarily disable test_reconnect_normal due to flakyness --- tests/test_lightningd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index c019a0bf9..3993414c3 100644 --- a/tests/test_lightningd.py +++ b/tests/test_lightningd.py @@ -1876,7 +1876,7 @@ 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') - @unittest.skipIf(os.getenv("ARCH", "64") == "32" , "temporarily disabled due to flaky behavior, issue #468") + @unittest.skip("temporarily disabled due to flaky behavior, issue #468") @unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1") def test_reconnect_normal(self): # Should reconnect fine even if locked message gets lost.