|
96 | 96 | 'feature_fee_estimation.py',
|
97 | 97 | 'feature_taproot.py',
|
98 | 98 | 'feature_block.py',
|
| 99 | + 'mempool_ephemeral_dust.py', |
| 100 | + 'wallet_conflicts.py --legacy-wallet', |
| 101 | + 'wallet_conflicts.py --descriptors', |
| 102 | + 'p2p_opportunistic_1p1c.py', |
99 | 103 | 'p2p_node_network_limited.py --v1transport',
|
100 | 104 | 'p2p_node_network_limited.py --v2transport',
|
101 | 105 | # vv Tests less than 2m vv
|
|
146 | 150 | 'p2p_feefilter.py',
|
147 | 151 | 'feature_csv_activation.py',
|
148 | 152 | 'p2p_sendheaders.py',
|
| 153 | + 'feature_config_args.py', |
149 | 154 | 'wallet_listtransactions.py --legacy-wallet',
|
150 | 155 | 'wallet_listtransactions.py --descriptors',
|
151 | 156 | 'wallet_miniscript.py --descriptors',
|
|
199 | 204 | 'rpc_getchaintips.py',
|
200 | 205 | 'rpc_misc.py',
|
201 | 206 | 'p2p_1p1c_network.py',
|
202 |
| - 'p2p_opportunistic_1p1c.py', |
203 | 207 | 'interface_rest.py',
|
204 | 208 | 'mempool_spend_coinbase.py',
|
205 | 209 | 'wallet_avoid_mixing_output_types.py --descriptors',
|
|
214 | 218 | 'wallet_reindex.py --legacy-wallet',
|
215 | 219 | 'wallet_reindex.py --descriptors',
|
216 | 220 | 'wallet_reorgsrestore.py',
|
217 |
| - 'wallet_conflicts.py --legacy-wallet', |
218 |
| - 'wallet_conflicts.py --descriptors', |
219 | 221 | 'interface_http.py',
|
220 | 222 | 'interface_rpc.py',
|
221 | 223 | 'interface_usdt_coinselection.py',
|
|
395 | 397 | 'feature_remove_pruned_files_on_startup.py',
|
396 | 398 | 'p2p_i2p_ports.py',
|
397 | 399 | 'p2p_i2p_sessions.py',
|
398 |
| - 'feature_config_args.py', |
399 | 400 | 'feature_presegwit_node_upgrade.py',
|
400 | 401 | 'feature_settings.py',
|
401 | 402 | 'rpc_getdescriptorinfo.py',
|
402 | 403 | 'rpc_mempool_info.py',
|
403 | 404 | 'rpc_help.py',
|
404 |
| - 'mempool_ephemeral_dust.py', |
405 | 405 | 'p2p_handshake.py',
|
406 | 406 | 'p2p_handshake.py --v2transport',
|
407 | 407 | 'feature_dirsymlinks.py',
|
|
0 commit comments