diff --git a/tests/test_misc.py b/tests/test_misc.py index e9d7f51bd..c698e7ec5 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -1426,6 +1426,7 @@ def test_ipv4_and_ipv6(node_factory): assert int(bind[0]['port']) == port +@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', "Fees on elements are different") @unittest.skipIf( not DEVELOPER or DEPRECATED_APIS, "Without DEVELOPER=1 we snap to " "FEERATE_FLOOR on testnets, and we test the new API."