fix: regtest nodemanager lndrest issue (#3166)
This commit is contained in:
parent
4a0ef7fa1a
commit
cbbba5c4c7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue