aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-11-12 09:40:04 -0800
committerGravatar Bill Feng <yfen@google.com>2018-11-12 09:40:04 -0800
commit47ed4f34adffb89eb2cb8ba3c93acf4b32e08917 (patch)
treea3fff2e30e87cbdadb2279cb20752d367df96bb8 /tools/remote_build
parent5fbace0a0316e7b03ba54a47cb3fedcb41a54cf4 (diff)
changed exclusion to the correct target
Diffstat (limited to 'tools/remote_build')
-rw-r--r--tools/remote_build/rbe_common.bazelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/remote_build/rbe_common.bazelrc b/tools/remote_build/rbe_common.bazelrc
index 5d803faef9..fe61b30492 100644
--- a/tools/remote_build/rbe_common.bazelrc
+++ b/tools/remote_build/rbe_common.bazelrc
@@ -70,7 +70,7 @@ build:msan --crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/ubunt
build:tsan --copt=-gmlt
# TODO(jtattermusch): use more reasonable test timeout
build:tsan --test_timeout=3600
-build:tsan --test_tag_filters=-json_run_localhost
+build:tsan --test_tag_filters=-qps_json_driver
# undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc
# we only need a few additional ones that are Foundry specific