aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build.yaml4
-rw-r--r--tools/run_tests/tests.json8
2 files changed, 10 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 34f22c8c7f..ee28a5e186 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2452,6 +2452,8 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
+ exclude_configs:
+ - tsan
platforms:
- mac
- linux
@@ -2471,6 +2473,8 @@ targets:
- gpr_test_util
- gpr
- grpc++_test_config
+ exclude_configs:
+ - tsan
platforms:
- mac
- linux
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 2be7d8a48a..099a516709 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2296,7 +2296,9 @@
"posix"
],
"cpu_cost": 10,
- "exclude_configs": [],
+ "exclude_configs": [
+ "tsan"
+ ],
"flaky": false,
"gtest": false,
"language": "c++",
@@ -2315,7 +2317,9 @@
"posix"
],
"cpu_cost": 10,
- "exclude_configs": [],
+ "exclude_configs": [
+ "tsan"
+ ],
"flaky": false,
"gtest": false,
"language": "c++",