mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +01:00
pytest: Disable test_pay_routeboost for valgrind due to timeout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user