From 19b65600c2fec3973b2cf7f7d0fe29efe6800119 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 12 Sep 2022 20:07:16 -0400 Subject: [PATCH] Delete a zmq dingleberry --- qa/pull-tester/rpc-tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 8b8169a2f..153f7b4a6 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -92,10 +92,6 @@ testScriptsExt=( 'p2p-acceptblock.py' ); -if [ "x$ENABLE_ZMQ" = "x1" ]; then - testScripts+=('zmq_test.py') -fi - extArg="-extended" passOn=${@#$extArg}