From a6d67ab6dbaed008679ae4309902e558ac644b22 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 23 Aug 2022 09:34:50 -0700 Subject: [PATCH] [fixit] Disable ub/msan on all qps, tsan on some qps tests (#30713) --- test/cpp/qps/qps_benchmark_script.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/cpp/qps/qps_benchmark_script.bzl b/test/cpp/qps/qps_benchmark_script.bzl index 9af16a132fa..ccd077e0415 100644 --- a/test/cpp/qps/qps_benchmark_script.bzl +++ b/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,