aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2015-09-17 11:44:55 -0400
committerJeff Garzik <[email protected]>2015-09-17 11:44:55 -0400
commit83f0e2249765520b9f974c45811b53c90b0d0ede (patch)
tree90ac4684d9d4e5a1269fe96494294dfd3dfd7e8e
parentMerge pull request #6685 (diff)
downloaddiscoin-83f0e2249765520b9f974c45811b53c90b0d0ede.tar.xz
discoin-83f0e2249765520b9f974c45811b53c90b0d0ede.zip
Temporarily disable ZMQ tests in bitcoin test suite
-rwxr-xr-xqa/pull-tester/rpc-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 2f2b9d86d..b97d97b55 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -59,9 +59,9 @@ testScriptsExt=(
'p2p-acceptblock.py'
);
-if [ "x$ENABLE_ZMQ" = "x1" ]; then
- testScripts+=('zmq_test.py')
-fi
+#if [ "x$ENABLE_ZMQ" = "x1" ]; then
+# testScripts+=('zmq_test.py')
+#fi
extArg="-extended"
passOn=${@#$extArg}