From 3e9e19951bd598a4433896edbdb4c626453f7f71 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 7 Mar 2018 21:37:39 +0100 Subject: [PATCH] pytest: Re-enable formerly flaky test_reconnect_normal Signed-off-by: Christian Decker --- tests/test_lightningd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index 6b358769c..050e164e0 100644 --- a/tests/test_lightningd.py +++ b/tests/test_lightningd.py @@ -2682,7 +2682,6 @@ 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.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.