diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-22 08:13:09 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-03-22 08:11:46 +0100 |
commit | fa7a576391ad5d61af937dd62496ded44105c671 (patch) | |
tree | 592522b8630c5e51e2ba7afb61b8cbd910d431c7 /test/functional | |
parent | e3206c9445f8d8e2bdb36d98af609985e8809908 (diff) |
test: Run non-wallet tests only once
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/test_runner.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index b0f24e3b97..2a55be989d 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -188,8 +188,7 @@ BASE_SCRIPTS = [ 'rpc_decodescript.py', 'rpc_blockchain.py', 'rpc_deprecated.py', - 'wallet_disable.py --legacy-wallet', - 'wallet_disable.py --descriptors', + 'wallet_disable.py', 'p2p_addr_relay.py', 'p2p_getaddr_caching.py', 'p2p_getdata.py', @@ -309,8 +308,7 @@ BASE_SCRIPTS = [ 'feature_txindex_compatibility.py', 'feature_logging.py', 'feature_anchors.py', - 'feature_coinstatsindex.py --legacy-wallet', - 'feature_coinstatsindex.py --descriptors', + 'feature_coinstatsindex.py', 'wallet_orphanedreward.py', 'wallet_timelock.py', 'p2p_node_network_limited.py', |