diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-03-29 16:48:42 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-03-29 16:49:45 +0200 |
commit | faa9f01461fea8e3665371f658d7f0dc919851eb (patch) | |
tree | 3306febaa7a58a4ce3939a4f4e64c651e42a56ee /qa | |
parent | b35a59179359709df21eb026d35f4124ce90fbd1 (diff) |
[qa] Don't run pruning.py twice
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 10b51fef7a..d5d5f10610 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -128,7 +128,6 @@ testScriptsExt = [ 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', - 'pruning.py', 'forknotify.py', 'invalidateblock.py', # 'rpcbind_test.py', #temporary, bug in libevent, see #6655 |