Skip to content

Commit 386afeb

Browse files
committed
skip test_mpp_overload_payee with remote_hsmd, exceeds max_push_sat
1 parent c33ff2f commit 386afeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3746,6 +3746,7 @@ def test_large_mpp_presplit(node_factory):
37463746

37473747
@pytest.mark.developer("builds large network, which is slow if not DEVELOPER")
37483748
@pytest.mark.slow_test
3749+
@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "remote_hsmd doesn't allow push of greater than 20k sat")
37493750
def test_mpp_overload_payee(node_factory, bitcoind):
37503751
"""
37513752
We had a bug where if the payer is unusually well-connected compared

0 commit comments

Comments
 (0)