mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
move-only: Rename index + pruning functional test
This commit is contained in:
parent
de08932efa
commit
71c3f0356c
2 changed files with 1 additions and 1 deletions
|
@ -82,6 +82,7 @@ EXTENDED_SCRIPTS = [
|
|||
# Longest test should go first, to favor running tests in parallel
|
||||
'feature_pruning.py',
|
||||
'feature_dbcrash.py',
|
||||
'feature_index_prune.py',
|
||||
]
|
||||
|
||||
BASE_SCRIPTS = [
|
||||
|
@ -332,7 +333,6 @@ BASE_SCRIPTS = [
|
|||
'feature_help.py',
|
||||
'feature_shutdown.py',
|
||||
'p2p_ibd_txrelay.py',
|
||||
'feature_blockfilterindex_prune.py'
|
||||
# Don't append tests at the end to avoid merge conflicts
|
||||
# Put them in a random line within the section that fits their approximate run-time
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue