diff options
author | Bill Feng <yfen@google.com> | 2018-11-09 11:31:49 -0800 |
---|---|---|
committer | Bill Feng <yfen@google.com> | 2018-11-09 11:31:49 -0800 |
commit | 5fbace0a0316e7b03ba54a47cb3fedcb41a54cf4 (patch) | |
tree | 3ec34cd40195dae6863c69199d3cc5af1961a08e | |
parent | eb24d9fc43ced4b1dda7c63776facd23e490f148 (diff) |
fix incorrect exclusion of json_run_localhost in TSAN
-rw-r--r-- | tools/remote_build/rbe_common.bazelrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/remote_build/rbe_common.bazelrc b/tools/remote_build/rbe_common.bazelrc index daa1635265..5d803faef9 100644 --- a/tools/remote_build/rbe_common.bazelrc +++ b/tools/remote_build/rbe_common.bazelrc @@ -48,7 +48,7 @@ test --test_env=GRPC_VERBOSITY=debug build:asan --copt=-gmlt # TODO(jtattermusch): use more reasonable test timeout build:asan --test_timeout=3600 -build:asan --test_tag_filters=-qps_json_driver,-json_run_localhost +build:asan --test_tag_filters=-qps_json_driver # memory sanitizer: most settings are already in %workspace%/.bazelrc # we only need a few additional ones that are Foundry specific @@ -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=-qps_json_driver,-json_run_localhost +build:tsan --test_tag_filters=-json_run_localhost # undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc # we only need a few additional ones that are Foundry specific |