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:
Christian Decker 2023-10-24 13:08:27 +02:00
parent 23ce9a947d
commit 0c32183e8d

View file

@ -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)