mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 11:40:42 +02:00
[qa] test_runner: Move feature_pruning to base tests
This commit is contained in:
parent
8728a66782
commit
fafb55e2c2
@ -69,6 +69,7 @@ TEST_EXIT_SKIPPED = 77
|
|||||||
BASE_SCRIPTS = [
|
BASE_SCRIPTS = [
|
||||||
# Scripts that are run by the travis build process.
|
# Scripts that are run by the travis build process.
|
||||||
# Longest test should go first, to favor running tests in parallel
|
# Longest test should go first, to favor running tests in parallel
|
||||||
|
'feature_pruning.py',
|
||||||
'feature_fee_estimation.py',
|
'feature_fee_estimation.py',
|
||||||
'wallet_hd.py',
|
'wallet_hd.py',
|
||||||
'wallet_backup.py',
|
'wallet_backup.py',
|
||||||
@ -198,7 +199,6 @@ BASE_SCRIPTS = [
|
|||||||
EXTENDED_SCRIPTS = [
|
EXTENDED_SCRIPTS = [
|
||||||
# These tests are not run by the travis build process.
|
# These tests are not run by the travis build process.
|
||||||
# Longest test should go first, to favor running tests in parallel
|
# Longest test should go first, to favor running tests in parallel
|
||||||
'feature_pruning.py',
|
|
||||||
'feature_dbcrash.py',
|
'feature_dbcrash.py',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user