Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dff4a8

Browse files
committedJan 20, 2025··
renepay: skip test_previous_sendpays
sendonion RPC does not allow to set the total amount in lightningd's wallet, therefore it mixing sendpay and sendonion payment parts would not work. That means for the time being we cannot complete a payment initialized with sendpay until we add a total_amount parameter to sendonion. Changelog-None. Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
1 parent 85c8b11 commit 4dff4a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_renepay.py

+1
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ def test_htlc_max(node_factory):
509509
assert invoice["amount_received_msat"] >= Millisatoshi("800000sat")
510510

511511

512+
@unittest.skip
512513
def test_previous_sendpays(node_factory, bitcoind):
513514
"""
514515
Check that renepay can complete a payment that already started

0 commit comments

Comments
 (0)
Please sign in to comment.