[fixit] Disable ub/msan on all qps, tsan on some qps tests (#30713)

pull/30715/head
Craig Tiller 3 years ago committed by GitHub
parent 70d9ccf576
commit a6d67ab6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/cpp/qps/qps_benchmark_script.bzl

@ -59,6 +59,8 @@ def qps_json_driver_batch():
tags = [
"qps_json_driver",
"no_mac",
"nomsan",
"noubsan",
],
# TODO(b/156975956): address OOMing benchmark tests
flaky = True,
@ -88,6 +90,9 @@ def json_run_localhost_batch():
"json_run_localhost",
"no_windows",
"no_mac",
"nomsan",
"notsan",
"noubsan",
],
# TODO(b/156975956): address OOMing benchmark tests
flaky = True,

Loading…
Cancel
Save