aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-03-29 13:37:48 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-30 08:55:28 -0400
commitfafb55e2c2b257efd4e584f72adf62401c01d573 (patch)
tree7917139efeeeec4a2d5542a194a48e9f185ed6be /test
parent8728a66782d98fbd34ad9244c731537caa866a49 (diff)
downloadbitcoin-fafb55e2c2b257efd4e584f72adf62401c01d573.tar.xz
[qa] test_runner: Move feature_pruning to base tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 61c5c9aefb..e936c3c7fe 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -69,6 +69,7 @@ TEST_EXIT_SKIPPED = 77
BASE_SCRIPTS = [
# Scripts that are run by the travis build process.
# Longest test should go first, to favor running tests in parallel
+ 'feature_pruning.py',
'feature_fee_estimation.py',
'wallet_hd.py',
'wallet_backup.py',
@@ -198,7 +199,6 @@ BASE_SCRIPTS = [
EXTENDED_SCRIPTS = [
# These tests are not run by the travis build process.
# Longest test should go first, to favor running tests in parallel
- 'feature_pruning.py',
'feature_dbcrash.py',
]