mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
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 <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
19a0b78fec
commit
a37e692af6
@@ -3559,6 +3559,8 @@ class LightningDTests(BaseLightningDTests):
|
|||||||
# Just to be sure, second openingd hand over to channeld.
|
# 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')
|
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")
|
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||||
def test_reconnect_normal(self):
|
def test_reconnect_normal(self):
|
||||||
# Should reconnect fine even if locked message gets lost.
|
# Should reconnect fine even if locked message gets lost.
|
||||||
|
|||||||
Reference in New Issue
Block a user