diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-21 09:27:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-21 09:27:40 -0700 |
commit | 3c3763b8b67a580b51023178ec78fe152df742d4 (patch) | |
tree | e130357e62bbdc62ceb54ea1ce32755cbd0d8ce2 /tools/run_tests | |
parent | 255bbfdbe21a984d3629e594d7514736364f9549 (diff) | |
parent | f4e25643665f139ad8abd05d066f313e4f16a743 (diff) |
Merge branch 'make_clang_great_again_v2' of github.com:vjpai/grpc into fuzzy-bits
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 6c6de6a594..bd652f2aa7 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2317,9 +2317,7 @@ "posix" ], "cpu_cost": 0.5, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", @@ -2338,9 +2336,7 @@ "posix" ], "cpu_cost": 10, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", |