From a66c9992d30b1b25ef397bc70fb3a4e2dd59e4c2 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 23 Oct 2023 12:26:41 +0200 Subject: [PATCH] tests/trustedcoin: fix test Sometimes the trustedcoin plugin prevents clightning from starting up in an offline environment. --- test/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tests.py b/test/tests.py index c799dfc..a106942 100644 --- a/test/tests.py +++ b/test/tests.py @@ -432,7 +432,6 @@ def _(): def expect_clightning_log(str): machine.wait_until_succeeds(log_has_string("clightning", str)) - machine.wait_for_unit("clightning") expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+bitcoind RPC working") expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses") if "regtest" in enabled_tests: