Skip to content

Commit 1bc3889

Browse files
committed
skip test_mpp_overload_payee with remote_hsmd, exceeds max_push_sat
1 parent 34951cc commit 1bc3889

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
@@ -3854,6 +3854,7 @@ def test_large_mpp_presplit(node_factory):
38543854

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

0 commit comments

Comments
 (0)