diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl
index b4767ec8e099976b8e348bf9b3e28c1f16a4bf9c..3f461ecc8c58b78c0839bcc740f5c2000ba01ad7 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",
             ],
         )