From c7f5889a32b5ba7b2c2f53ee968f8a4e9f3d6c2d Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 1 Sep 2020 12:48:41 +0200 Subject: [PATCH] pytest: Skip test_sign_and_send_psbt for elements This test is flaky because the generated PSBT seems to not have the change output adjusted, or it is missing. Tracking-Issue: ElementsProject/lightning#3998 --- tests/test_wallet.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_wallet.py b/tests/test_wallet.py index f19d7251a..6db25d899 100644 --- a/tests/test_wallet.py +++ b/tests/test_wallet.py @@ -618,6 +618,8 @@ def test_utxopsbt(node_factory, bitcoind): reservedok=True) +@unittest.skipIf(TEST_NETWORK == 'liquid-regtest', + "See ElementsProject/lightning#3998") def test_sign_and_send_psbt(node_factory, bitcoind, chainparams): """ Tests for the sign + send psbt RPCs