You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #10097: Move zmq test skipping logic into individual test case.
6803e09 Move zmq test skipping logic into individual test case. (John Newbery)
Tree-SHA512: 9d166b53e9acf386c4dafc860b38e2901b331a7505bba9714a2f4e3bdef68b0316c8b76fddbfb620835ddee549cf32fffb3a96a19b0799ad94f2553f55f19a35
# These are python files that live in the functional tests directory, but are not test scripts.
@@ -173,7 +169,6 @@ def main():
173
169
parser.add_argument('--jobs', '-j', type=int, default=4, help='how many test scripts to run in parallel. Default=4.')
174
170
parser.add_argument('--keepcache', '-k', action='store_true', help='the default behavior is to flush the cache directory on startup. --keepcache retains the cache from the previous testrun.')
175
171
parser.add_argument('--quiet', '-q', action='store_true', help='only print results summary and failure logs')
176
-
parser.add_argument('--nozmq', action='store_true', help='do not run the zmq tests')
177
172
args, unknown_args=parser.parse_known_args()
178
173
179
174
# Create a set to store arguments and create the passon string
0 commit comments