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