diff options
| author | MarcoFalke <[email protected]> | 2016-03-29 16:48:42 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-03-29 16:49:45 +0200 |
| commit | faa9f01461fea8e3665371f658d7f0dc919851eb (patch) | |
| tree | 3306febaa7a58a4ce3939a4f4e64c651e42a56ee | |
| parent | Merge #7558: [RPC] Add import/removeprunedfunds rpc call (diff) | |
| download | discoin-faa9f01461fea8e3665371f658d7f0dc919851eb.tar.xz discoin-faa9f01461fea8e3665371f658d7f0dc919851eb.zip | |
[qa] Don't run pruning.py twice
| -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 10b51fef7..d5d5f1061 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 |