mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
pytest: make the libplugin test non flaky
Rusty fixed the underlying bug in 8b8e4bb5fd
This commit is contained in:
parent
86c28b2272
commit
e6a6ef23fd
@ -793,7 +793,6 @@ def test_rpc_command_hook(node_factory):
|
||||
l1.rpc.plugin_stop('rpc_command.py')
|
||||
|
||||
|
||||
@flaky
|
||||
def test_libplugin(node_factory):
|
||||
"""Sanity checks for plugins made with libplugin"""
|
||||
plugin = os.path.join(os.getcwd(), "tests/plugins/test_libplugin")
|
||||
|
Loading…
Reference in New Issue
Block a user