From cbbba5c4c75f0b8d86d13dc50818c0d26515261e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 20 May 2025 09:23:59 +0200 Subject: [PATCH] fix: regtest nodemanager lndrest issue (#3166) --- tests/regtest/test_x_node_api.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/regtest/test_x_node_api.py b/tests/regtest/test_x_node_api.py index 48a7ee93..6100279a 100644 --- a/tests/regtest/test_x_node_api.py +++ b/tests/regtest/test_x_node_api.py @@ -152,6 +152,10 @@ async def test_set_channel_fees(node_client): @pytest.mark.anyio +@pytest.mark.skipif( + funding_source.__class__.__name__ == "LndRestWallet", + reason="Lndrest is slow / async with channel commands", +) async def test_channel_management(node_client): async def get_channels(): # lndrest is slow / async with channel commands