pytest: Re-enable formerly flaky test_reconnect_normal

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-03-07 21:37:39 +01:00
parent f45f18c37f
commit 3e9e19951b
1 changed files with 0 additions and 1 deletions

View File

@ -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.