Skip to content

Commit fafb55e

Browse files
author
MarcoFalke
committed
[qa] test_runner: Move feature_pruning to base tests
1 parent 8728a66 commit fafb55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
BASE_SCRIPTS = [
7070
# Scripts that are run by the travis build process.
7171
# Longest test should go first, to favor running tests in parallel
72+
'feature_pruning.py',
7273
'feature_fee_estimation.py',
7374
'wallet_hd.py',
7475
'wallet_backup.py',
@@ -198,7 +199,6 @@
198199
EXTENDED_SCRIPTS = [
199200
# These tests are not run by the travis build process.
200201
# Longest test should go first, to favor running tests in parallel
201-
'feature_pruning.py',
202202
'feature_dbcrash.py',
203203
]
204204

0 commit comments

Comments
 (0)