mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
pytest: Mark test_plugin_startdir_lol
as @unittest.skip()
It isn't that flaky, but when it gets stuck we'll be waiting for 30m for it to complete.
This commit is contained in:
parent
23ce9a947d
commit
0c32183e8d
1 changed files with 1 additions and 0 deletions
|
@ -4234,6 +4234,7 @@ def test_plugin_nostart(node_factory):
|
|||
assert [p['name'] for p in l1.rpc.plugin_list()['plugins'] if 'badinterp' in p['name']] == []
|
||||
|
||||
|
||||
@unittest.skip("A bit flaky, but when breaks, it is costing us 2h of CI time")
|
||||
def test_plugin_startdir_lol(node_factory):
|
||||
"""Though we fail to start many of them, we don't crash!"""
|
||||
l1 = node_factory.get_node(allow_broken_log=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue