Merge pull request #13123 from ncteisen/disable-trickle

Disable bm_trickle from running under TSAN
diff --git a/build.yaml b/build.yaml
index e525043..0d289b5 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3716,6 +3716,8 @@
   - --benchmark_min_time=0
   benchmark: true
   defaults: benchmark
+  exclude_configs:
+  - tsan
   excluded_poll_engines:
   - poll
   - poll-cv
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json
index 11c0827..5dc0205 100644
--- a/tools/run_tests/generated/tests.json
+++ b/tools/run_tests/generated/tests.json
@@ -3224,7 +3224,9 @@
       "posix"
     ], 
     "cpu_cost": 1.0, 
-    "exclude_configs": [], 
+    "exclude_configs": [
+      "tsan"
+    ], 
     "exclude_iomgrs": [], 
     "excluded_poll_engines": [
       "poll",