Skip to content

Commit 3e47540

Browse files
committed
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 <[email protected]>
1 parent c6a97bd commit 3e47540

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
@@ -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)