diff --git a/tests/test_wallet.py b/tests/test_wallet.py index 2f2f325ec2da..0d083a8bbee8 100644 --- a/tests/test_wallet.py +++ b/tests/test_wallet.py @@ -1175,6 +1175,9 @@ def test_multiwithdraw_simple(node_factory, bitcoind): assert only_one(funds3)["amount_msat"] == amount3 +@unittest.skipIf( + TEST_NETWORK == 'liquid-regtest', + 'Blinded elementsd addresses are not recognized') def test_repro_4258(node_factory, bitcoind): """Reproduces issue #4258, invalid output encoding for txprepare. """