From de096eeed9cf431e5da4432d11b8d8637441f477 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 14 Jul 2020 21:02:37 +0200 Subject: [PATCH] pytest: Disable test_pay_routeboost for valgrind due to timeout --- tests/test_pay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_pay.py b/tests/test_pay.py index 32e24d134417..c3d870dab203 100644 --- a/tests/test_pay.py +++ b/tests/test_pay.py @@ -1678,6 +1678,7 @@ def listpays_nofail(b11): @unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1 otherwise gossip takes 5 minutes!") +@unittest.skipIf(VALGRIND, "temporarily disabled due to timeouts") def test_pay_routeboost(node_factory, bitcoind, compat): """Make sure we can use routeboost information. """ # l1->l2->l3--private-->l4