We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08932 commit 71c3f03Copy full SHA for 71c3f03
test/functional/feature_blockfilterindex_prune.py renamed to test/functional/feature_index_prune.py
test/functional/test_runner.py
@@ -82,6 +82,7 @@
82
# Longest test should go first, to favor running tests in parallel
83
'feature_pruning.py',
84
'feature_dbcrash.py',
85
+ 'feature_index_prune.py',
86
]
87
88
BASE_SCRIPTS = [
@@ -332,7 +333,6 @@
332
333
'feature_help.py',
334
'feature_shutdown.py',
335
'p2p_ibd_txrelay.py',
- 'feature_blockfilterindex_prune.py'
336
# Don't append tests at the end to avoid merge conflicts
337
# Put them in a random line within the section that fits their approximate run-time
338
0 commit comments