Browse Source

pytest: Disable test_pay_routeboost for valgrind due to timeout

mpp
Christian Decker 4 years ago
parent
commit
4e9054bb69
  1. 1
      tests/test_pay.py

1
tests/test_pay.py

@ -1678,6 +1678,7 @@ def test_pay_retry(node_factory, bitcoind, executor, chainparams):
@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

Loading…
Cancel
Save