test: Run non-wallet tests only once

pull/24635/head
MarcoFalke 3 years ago
parent e3206c9445
commit fa7a576391
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

@ -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',

Loading…
Cancel
Save