mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
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
This commit is contained in:
committed by
Rusty Russell
parent
0260a4d212
commit
c7f5889a32
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user