From fec9f6a3b711de38710e0455dab8988a8e36b4e5 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 5 Dec 2020 11:06:47 +0100 Subject: [PATCH] fixup! pytest: Add a test to reproduce #4258 --- tests/test_wallet.py | 3 +++ 1 file changed, 3 insertions(+) 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. """