aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-31 14:34:04 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-16 13:02:16 -0400
commit333317ce6b67aa92f7363d48cd750712190b4b6b (patch)
tree776d44d481323a57aa81dbc4a68f5b3ba91c3cd1 /test/functional/test_runner.py
parentfa31dc1bf4ee471c4641eef8de02702ba0619ae7 (diff)
downloadbitcoin-333317ce6b67aa92f7363d48cd750712190b4b6b.tar.xz
test: Test that low difficulty chain fork is rejected
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 bca5ac644f..0cbcc528ed 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -195,6 +195,7 @@ BASE_SCRIPTS = [
'feature_uacomment.py',
'wallet_coinbase_category.py',
'feature_filelock.py',
+ 'p2p_dos_header_tree.py',
'p2p_unrequested_blocks.py',
'feature_includeconf.py',
'rpc_deriveaddresses.py',