From a85b2e221ba52e6885d609f2fcecb30a2274cfb3 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Mon, 18 May 2015 15:29:39 +0200 Subject: [PATCH] pull-tester/rpc-tests.sh: disable script_test.py test --- qa/pull-tester/rpc-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 051027966..8ed942643 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'