From 55ca735591ab1b4102ad037fa4ce0e74159aff7f Mon Sep 17 00:00:00 2001 From: Lagrang3 Date: Mon, 20 Jan 2025 12:43:47 +0100 Subject: [PATCH] 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 --- tests/test_renepay.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_renepay.py b/tests/test_renepay.py index 2c5221eeec8f..835c680e88ad 100644 --- a/tests/test_renepay.py +++ b/tests/test_renepay.py @@ -509,6 +509,7 @@ def test_htlc_max(node_factory): assert invoice["amount_received_msat"] >= Millisatoshi("800000sat") +@unittest.skip def test_previous_sendpays(node_factory, bitcoind): """ Check that renepay can complete a payment that already started