Skip to content

Commit 62f6d9e

Browse files
committed
test: simple ordering optimization to reduce runtime
1 parent dbc8ba1 commit 62f6d9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/functional/test_runner.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
'feature_fee_estimation.py',
9797
'feature_taproot.py',
9898
'feature_block.py',
99+
'mempool_ephemeral_dust.py',
100+
'wallet_conflicts.py --legacy-wallet',
101+
'wallet_conflicts.py --descriptors',
102+
'p2p_opportunistic_1p1c.py',
99103
'p2p_node_network_limited.py --v1transport',
100104
'p2p_node_network_limited.py --v2transport',
101105
# vv Tests less than 2m vv
@@ -146,6 +150,7 @@
146150
'p2p_feefilter.py',
147151
'feature_csv_activation.py',
148152
'p2p_sendheaders.py',
153+
'feature_config_args.py',
149154
'wallet_listtransactions.py --legacy-wallet',
150155
'wallet_listtransactions.py --descriptors',
151156
'wallet_miniscript.py --descriptors',
@@ -199,7 +204,6 @@
199204
'rpc_getchaintips.py',
200205
'rpc_misc.py',
201206
'p2p_1p1c_network.py',
202-
'p2p_opportunistic_1p1c.py',
203207
'interface_rest.py',
204208
'mempool_spend_coinbase.py',
205209
'wallet_avoid_mixing_output_types.py --descriptors',
@@ -214,8 +218,6 @@
214218
'wallet_reindex.py --legacy-wallet',
215219
'wallet_reindex.py --descriptors',
216220
'wallet_reorgsrestore.py',
217-
'wallet_conflicts.py --legacy-wallet',
218-
'wallet_conflicts.py --descriptors',
219221
'interface_http.py',
220222
'interface_rpc.py',
221223
'interface_usdt_coinselection.py',
@@ -395,13 +397,11 @@
395397
'feature_remove_pruned_files_on_startup.py',
396398
'p2p_i2p_ports.py',
397399
'p2p_i2p_sessions.py',
398-
'feature_config_args.py',
399400
'feature_presegwit_node_upgrade.py',
400401
'feature_settings.py',
401402
'rpc_getdescriptorinfo.py',
402403
'rpc_mempool_info.py',
403404
'rpc_help.py',
404-
'mempool_ephemeral_dust.py',
405405
'p2p_handshake.py',
406406
'p2p_handshake.py --v2transport',
407407
'feature_dirsymlinks.py',

0 commit comments

Comments
 (0)