Skip to content

Commit

Permalink
pytest: Mark test_exclude_adjacent_routehint as skip
Browse files Browse the repository at this point in the history
It has about a 7% flakyness rate.
  • Loading branch information
cdecker committed Oct 26, 2023
1 parent 8f4c997 commit 23ce9a9
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 @@ -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
Expand Down

0 comments on commit 23ce9a9

Please sign in to comment.