mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +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:
parent
19a0b78fec
commit
a37e692af6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user