Skip to content

Commit fa7a576

Browse files
author
MarcoFalke
committed
test: Run non-wallet tests only once
1 parent e3206c9 commit fa7a576

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@
188188
'rpc_decodescript.py',
189189
'rpc_blockchain.py',
190190
'rpc_deprecated.py',
191-
'wallet_disable.py --legacy-wallet',
192-
'wallet_disable.py --descriptors',
191+
'wallet_disable.py',
193192
'p2p_addr_relay.py',
194193
'p2p_getaddr_caching.py',
195194
'p2p_getdata.py',
@@ -309,8 +308,7 @@
309308
'feature_txindex_compatibility.py',
310309
'feature_logging.py',
311310
'feature_anchors.py',
312-
'feature_coinstatsindex.py --legacy-wallet',
313-
'feature_coinstatsindex.py --descriptors',
311+
'feature_coinstatsindex.py',
314312
'wallet_orphanedreward.py',
315313
'wallet_timelock.py',
316314
'p2p_node_network_limited.py',

0 commit comments

Comments
 (0)