Skip to content

Commit ce05f83

Browse files
committed
Merge bitcoin/bitcoin#24635: test: Run non-wallet tests only once
fa7a576 test: Run non-wallet tests only once (MarcoFalke) Pull request description: I don't see why non-wallet tests should run for two wallet configs, even though they never use a wallet. ACKs for top commit: achow101: ACK fa7a576 Tree-SHA512: 2a135acf3c3c83a2704ae11f40c72882b23a676828647be1a066653c4d00e4523704f377eb8745c6386829601cc5d643abdce376831c1db91a07e999e1d5e01f
2 parents 3004126 + fa7a576 commit ce05f83

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)