pytest: make the libplugin test non flaky

Rusty fixed the underlying bug in 8b8e4bb5fdacfdbb6b56b6f279a5c3b4140fdab1
This commit is contained in:
darosior
2020-02-11 14:14:36 +01:00
committed by Rusty Russell
parent 86c28b2272
commit e6a6ef23fd

View File

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