aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorgzhao408 <gzhao408@berkeley.edu>2020-06-19 09:49:51 -0700
committergzhao408 <gzhao408@berkeley.edu>2020-07-15 16:42:06 -0700
commitcb31ee01b42af58c64b5d3c0eabae4bcd7fd67cf (patch)
tree6113fbf0c74328617a018cebbf8681588480354b /test/functional/test_runner.py
parent2af56d6d5c387c3208d3d5aae8d428a3d610446f (diff)
downloadbitcoin-cb31ee01b42af58c64b5d3c0eabae4bcd7fd67cf.tar.xz
[test] feefilter during and after IBD
Co-authored-by: Jon Atack <jon@atack.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 41f9bde183..b9e8757497 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -246,6 +246,7 @@ BASE_SCRIPTS = [
'rpc_help.py',
'feature_help.py',
'feature_shutdown.py',
+ 'p2p_ibd_txrelay.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
]