Skip to content

Commit

Permalink
pytest: suppress failing renepay test for Liquid.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 22, 2024
1 parent 2faa393 commit 6359bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_renepay.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ def test_privatechan(node_factory, bitcoind):
assert invoice["amount_received_msat"] >= Millisatoshi("1000sat")


test_closing.py:484:@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "broken for some reason")
def test_hardmpp2(node_factory, bitcoind):
"""Credits to @daywalker90 for this test case."""
opts = {"disable-mpp": None, "fee-base": 0, "fee-per-satoshi": 10}
Expand Down

0 comments on commit 6359bbb

Please sign in to comment.