mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pytest: Mark test_blockchaintrack as flaky
The flakyness is probably due to timing issues when reorging. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
fac1d24ce3
commit
783327622f
@ -4471,6 +4471,7 @@ class LightningDTests(BaseLightningDTests):
|
||||
assert l1.rpc.listnodes()['nodes'] == []
|
||||
assert l2.rpc.listnodes()['nodes'] == []
|
||||
|
||||
@flaky
|
||||
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||
def test_blockchaintrack(self):
|
||||
"""Check that we track the blockchain correctly across reorgs
|
||||
|
Loading…
Reference in New Issue
Block a user