Merge pull request #21310 from jtattermusch/trim_mac_scenarios

Dont run qps_json_driver and json_run_localhost scenarios under bazel on Mac
pull/21328/head
Jan Tattermusch 5 years ago committed by GitHub
commit a02d6b9be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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",
],
)

Loading…
Cancel
Save