We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34951cc commit 1bc3889Copy full SHA for 1bc3889
tests/test_pay.py
@@ -3854,6 +3854,7 @@ def test_large_mpp_presplit(node_factory):
3854
3855
@pytest.mark.developer("builds large network, which is slow if not DEVELOPER")
3856
@pytest.mark.slow_test
3857
+@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "remote_hsmd doesn't allow push of greater than 20k sat")
3858
def test_mpp_overload_payee(node_factory, bitcoind):
3859
"""
3860
We had a bug where if the payer is unusually well-connected compared
0 commit comments