Browse Source

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

faa9f01 [qa] Don't run pruning.py twice (MarcoFalke)
0.13
Wladimir J. van der Laan 8 years ago
parent
commit
a65b36ce35
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      qa/pull-tester/rpc-tests.py

1
qa/pull-tester/rpc-tests.py

@ -128,7 +128,6 @@ testScriptsExt = [ @@ -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

Loading…
Cancel
Save