From e6a6ef23fde73c0288b931fbfd8e0d4c9eb16bed Mon Sep 17 00:00:00 2001 From: darosior Date: Tue, 11 Feb 2020 14:14:36 +0100 Subject: [PATCH] pytest: make the libplugin test non flaky Rusty fixed the underlying bug in 8b8e4bb5fdacfdbb6b56b6f279a5c3b4140fdab1 --- tests/test_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 180b25261..72fc78d60 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -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")