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 50949b7 commit 9d88ce3Copy full SHA for 9d88ce3
tests/test_renepay.py
@@ -14,6 +14,7 @@
14
import subprocess
15
import os
16
import re
17
+import unittest
18
19
20
def test_simple(node_factory):
@@ -770,6 +771,7 @@ def test_privatechan(node_factory, bitcoind):
770
771
assert invoice["amount_received_msat"] >= Millisatoshi("1000sat")
772
773
774
+@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "broken for some reason")
775
def test_hardmpp2(node_factory, bitcoind):
776
"""Credits to @daywalker90 for this test case."""
777
opts = {"disable-mpp": None, "fee-base": 0, "fee-per-satoshi": 10}
0 commit comments