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 c33ff2f commit 386afebCopy full SHA for 386afeb
tests/test_pay.py
@@ -3746,6 +3746,7 @@ def test_large_mpp_presplit(node_factory):
3746
3747
@pytest.mark.developer("builds large network, which is slow if not DEVELOPER")
3748
@pytest.mark.slow_test
3749
+@unittest.skipIf(os.getenv('SUBDAEMON') == 'hsmd:remote_hsmd', "remote_hsmd doesn't allow push of greater than 20k sat")
3750
def test_mpp_overload_payee(node_factory, bitcoind):
3751
"""
3752
We had a bug where if the payer is unusually well-connected compared
0 commit comments