aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-02 11:23:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-02 11:16:24 -0400
commitfa76285fddac613c518e73b35a7486ad2ab4b992 (patch)
treea02dac7841309a00c5d120e40c542cb19730e7f3 /test/functional/test_runner.py
parentfaff85a69a5eb0fdfd8d9a24bc27d1812e49a152 (diff)
downloadbitcoin-fa76285fddac613c518e73b35a7486ad2ab4b992.tar.xz
test: Explain why -whitelist is used in feature_fee_estimation
Also, Remove seemingly unused and undocumented -maxorphantx=1000
Diffstat (limited to 'test/functional/test_runner.py')
-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 7ad2b78d4e..3f5d76767f 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -76,7 +76,6 @@ EXTENDED_SCRIPTS = [
BASE_SCRIPTS = [
# Scripts that are run by default.
# Longest test should go first, to favor running tests in parallel
- 'feature_fee_estimation.py',
'wallet_hd.py',
'wallet_backup.py',
# vv Tests less than 5m vv
@@ -110,6 +109,7 @@ BASE_SCRIPTS = [
'feature_abortnode.py',
# vv Tests less than 30s vv
'wallet_keypool_topup.py',
+ 'feature_fee_estimation.py',
'interface_zmq.py',
'interface_bitcoin_cli.py',
'mempool_resurrect.py',