diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-18 15:29:39 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-19 16:41:17 +0200 |
commit | a85b2e221ba52e6885d609f2fcecb30a2274cfb3 (patch) | |
tree | 094b1e7fef1d6df143cf57eafb6ec01460f81982 /qa | |
parent | 3e875b1befad5ed5dbd2736c9befccd32d67721c (diff) |
pull-tester/rpc-tests.sh: disable script_test.py test
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 0510279666..8ed942643b 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -44,7 +44,7 @@ testScriptsExt=( 'receivedby.py' 'reindex.py' 'rpcbind_test.py' - 'script_test.py' +# 'script_test.py' 'smartfees.py' 'maxblocksinflight.py' 'invalidblockrequest.py' |