diff options
author | Vijay Pai <vpai@google.com> | 2016-03-19 05:53:21 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-03-19 05:53:21 -0700 |
commit | c0e3952d274a1e262dcf2ad313271775cd360c1c (patch) | |
tree | 48e2286c2aaa843c5e7d0927acfab307a76310ae /tools/run_tests | |
parent | 025432e12daa1be8f422e48ea15c9a1c67600563 (diff) |
Re-enable tsan for qps tests
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 099a516709..2be7d8a48a 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2296,9 +2296,7 @@ "posix" ], "cpu_cost": 10, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", @@ -2317,9 +2315,7 @@ "posix" ], "cpu_cost": 10, - "exclude_configs": [ - "tsan" - ], + "exclude_configs": [], "flaky": false, "gtest": false, "language": "c++", |