From e5634f318c7db8809f527cf6b655fce4f9b544e8 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 27 Nov 2019 17:16:28 +0100 Subject: [PATCH] dont run qps_json_driver and json_run_localhost scenarios under bazel on mac --- test/cpp/qps/qps_benchmark_script.bzl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl index b4767ec8e09..3f461ecc8c5 100644 --- a/test/cpp/qps/qps_benchmark_script.bzl +++ b/test/cpp/qps/qps_benchmark_script.bzl @@ -51,6 +51,7 @@ def qps_json_driver_batch(): ], tags = [ "qps_json_driver", + "no_mac", ], ) @@ -76,5 +77,6 @@ def json_run_localhost_batch(): tags = [ "json_run_localhost", "no_windows", + "no_mac", ], )