Mark QPS Benchmark Tests as flaky

pull/24970/head
AJ Heller 4 years ago
parent 1eddcd1ec1
commit 34ba812e20
  1. 2
      test/cpp/qps/qps_benchmark_script.bzl

@ -59,6 +59,7 @@ def qps_json_driver_batch():
"qps_json_driver",
"no_mac",
],
flaky = True,
)
def json_run_localhost_batch():
@ -85,4 +86,5 @@ def json_run_localhost_batch():
"no_windows",
"no_mac",
],
flaky = True,
)

Loading…
Cancel
Save