Merge #7764: [qa] Don't run pruning.py twice

faa9f01 [qa] Don't run pruning.py twice (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan 2016-03-29 17:07:07 +02:00 committed by Alexander Block
parent a309bf372e
commit ba65eb1ac3

View File

@ -153,7 +153,6 @@ testScriptsExt = [
'getblocktemplate_proposals.py', 'getblocktemplate_proposals.py',
'txn_doublespend.py', 'txn_doublespend.py',
'txn_clone.py --mineblock', 'txn_clone.py --mineblock',
'pruning.py',
'forknotify.py', 'forknotify.py',
'invalidateblock.py', 'invalidateblock.py',
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655 # 'rpcbind_test.py', #temporary, bug in libevent, see #6655