Skip to content

Commit

Permalink
pytest: Disable test_pay_routeboost for valgrind due to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jul 15, 2020
1 parent 86ad15d commit de096ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de096ee

Please sign in to comment.