Using tsan_macos config for cfstream_tsan test (#28690)

This commit is contained in:
Esun Kim 2022-01-25 15:05:52 -08:00 committed by GitHub
parent 0fbb34295a
commit adb8611da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
build_file: "grpc/tools/internal_ci/macos/grpc_run_bazel_isolated_tests.sh"
env_vars {
key: "RUN_TESTS_FLAGS"
value: "--config=tsan"
value: "--config=tsan_macos"
}