diff options
author | Noah Eisen <ncteisen@gmail.com> | 2017-10-31 12:45:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 12:45:20 -0700 |
commit | 09b4d7cc7dfca710855661fedc1d6c34c0f1ea56 (patch) | |
tree | 959f3f07aa964c454f5f029a1550b0502b0a52e0 /tools | |
parent | 3e0769957ef310535526647f048e2e003a371a6b (diff) | |
parent | bbf6ed2f5bc1dbd1594b8ef0d56f39be55d0dbc2 (diff) |
Merge pull request #13123 from ncteisen/disable-trickle
Disable bm_trickle from running under TSAN
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/tests.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 11c08278d1..5dc020511f 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", |