Skip to content

Commit 71c3f03

Browse files
committed
move-only: Rename index + pruning functional test
1 parent de08932 commit 71c3f03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
# Longest test should go first, to favor running tests in parallel
8383
'feature_pruning.py',
8484
'feature_dbcrash.py',
85+
'feature_index_prune.py',
8586
]
8687

8788
BASE_SCRIPTS = [
@@ -332,7 +333,6 @@
332333
'feature_help.py',
333334
'feature_shutdown.py',
334335
'p2p_ibd_txrelay.py',
335-
'feature_blockfilterindex_prune.py'
336336
# Don't append tests at the end to avoid merge conflicts
337337
# Put them in a random line within the section that fits their approximate run-time
338338
]

0 commit comments

Comments
 (0)