mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-20 13:27:36 +02:00
pytest: Mark test_exclude_adjacent_routehint as skip
It has about a 7% flakyness rate.
This commit is contained in:
parent
8f4c997248
commit
23ce9a947d
1 changed files with 1 additions and 0 deletions
|
|
@ -3402,6 +3402,7 @@ def test_reject_invalid_payload(node_factory):
|
|||
l1.rpc.waitsendpay(inv['payment_hash'])
|
||||
|
||||
|
||||
@unittest.skip("Test is flaky causing CI to be unusable.")
|
||||
def test_excluded_adjacent_routehint(node_factory, bitcoind):
|
||||
"""Test case where we try have a routehint which leads to an adjacent
|
||||
node, but the result exceeds our maxfee; we crashed trying to find
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue