mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
pytest: Marking test_permfail
as flaky
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
9153688b77
commit
5f7b0fdf92
1 changed files with 1 additions and 0 deletions
|
@ -1490,6 +1490,7 @@ class LightningDTests(BaseLightningDTests):
|
|||
wait_for(lambda: p.rpc.listpeers(l1.info['id'])['peers'][0]['channels'][0]['status'][1] == 'ONCHAIN:Tracking mutual close transaction')
|
||||
l1.daemon.wait_for_logs([' to ONCHAIN'] * num_peers)
|
||||
|
||||
@flaky
|
||||
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1")
|
||||
def test_permfail(self):
|
||||
l1, l2 = self.connect()
|
||||
|
|
Loading…
Add table
Reference in a new issue