Skip to content

Commit de096ee

Browse files
committed
pytest: Disable test_pay_routeboost for valgrind due to timeout
1 parent 86ad15d commit de096ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,7 @@ def listpays_nofail(b11):
16781678

16791679

16801680
@unittest.skipIf(not DEVELOPER, "needs DEVELOPER=1 otherwise gossip takes 5 minutes!")
1681+
@unittest.skipIf(VALGRIND, "temporarily disabled due to timeouts")
16811682
def test_pay_routeboost(node_factory, bitcoind, compat):
16821683
"""Make sure we can use routeboost information. """
16831684
# l1->l2->l3--private-->l4

0 commit comments

Comments
 (0)