diff options
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index a332818e5d..4b8c9172b4 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -275,6 +275,7 @@ BASE_SCRIPTS = [ 'mempool_truc.py', 'wallet_txn_doublespend.py --legacy-wallet', 'wallet_multisig_descriptor_psbt.py --descriptors', + 'wallet_miniscript_decaying_multisig_descriptor_psbt.py --descriptors', 'wallet_txn_doublespend.py --descriptors', 'wallet_backwards_compatibility.py --legacy-wallet', 'wallet_backwards_compatibility.py --descriptors', @@ -364,7 +365,6 @@ BASE_SCRIPTS = [ 'feature_filelock.py', 'feature_loadblock.py', 'wallet_assumeutxo.py --descriptors', - 'p2p_dos_header_tree.py', 'p2p_add_connections.py', 'feature_bind_port_discover.py', 'p2p_unrequested_blocks.py', |