Add TODO for the OOM fix that makes these tests flaky

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

@ -59,6 +59,7 @@ def qps_json_driver_batch():
"qps_json_driver",
"no_mac",
],
# TODO(b/156975956): address OOMing benchmark tests
flaky = True,
)
@ -86,5 +87,6 @@ def json_run_localhost_batch():
"no_windows",
"no_mac",
],
# TODO(b/156975956): address OOMing benchmark tests
flaky = True,
)

Loading…
Cancel
Save