Skip to content

Commit 2f08e74

Browse files
committed
renepay: disable HTLCmax test ...
not supported by askrene Changelog-None Signed-off-by: Lagrang3 <[email protected]>
1 parent 4c815d2 commit 2f08e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_renepay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def test_fees(node_factory):
640640
assert invoice["amount_received_msat"] == Millisatoshi("150000sat")
641641

642642

643+
@unittest.skip("Not supported by askrene")
643644
def test_local_htlcmax0(node_factory):
644645
"""Testing a simple pay route when local channels have htlcmax=0."""
645646
l1, l2, l3 = node_factory.line_graph(3, wait_for_announce=True)

0 commit comments

Comments
 (0)