aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-04-23 17:43:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-04-23 17:43:08 +0200
commitc530c15180631cea95e9c292cf7fabde9dca9db3 (patch)
tree6f4932c546957e9298373418df493e1c3abc79d5 /test/functional/test_runner.py
parent2723bcdce3248417e98e6c43207bef74d34076c1 (diff)
parent5f4bcf28ef8a1b775b12c9ff06367fd6656e91c3 (diff)
downloadbitcoin-c530c15180631cea95e9c292cf7fabde9dca9db3.tar.xz
Merge #10023: [tests] remove maxblocksinflight.py (functionality covered by other test)
5f4bcf2 [tests] Remove maxblocksinflight testcase (John Newbery) Tree-SHA512: 827c8b12f4b52684a973bbfc508c5906e640572e22a96b9420a7aea86ad8d4aa4d6fcc2bb091f747e2fdd18c897e0456baff254bd5e3ceaf721bd3f09a2fd60b
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index f7a501ab76..e57720eda0 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -143,7 +143,6 @@ EXTENDED_SCRIPTS = [
'txn_clone.py --mineblock',
'forknotify.py',
'invalidateblock.py',
- 'maxblocksinflight.py',
'p2p-acceptblock.py',
'replace-by-fee.py',
]