Skip to content

Commit 83f0e22

Browse files
author
Jeff Garzik
committed
Temporarily disable ZMQ tests in bitcoin test suite
1 parent 9da3de8 commit 83f0e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ testScriptsExt=(
5959
'p2p-acceptblock.py'
6060
);
6161

62-
if [ "x$ENABLE_ZMQ" = "x1" ]; then
63-
testScripts+=('zmq_test.py')
64-
fi
62+
#if [ "x$ENABLE_ZMQ" = "x1" ]; then
63+
# testScripts+=('zmq_test.py')
64+
#fi
6565

6666
extArg="-extended"
6767
passOn=${@#$extArg}

0 commit comments

Comments
 (0)