diff options
author | vjpai <vpai@google.com> | 2016-03-18 15:46:28 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-03-18 15:46:28 -0700 |
commit | 5c0b6dd6a1b0ffef55efaf870ec38751aa97250a (patch) | |
tree | 4a8f54f993a71fbd0760c4a74d9ca1de14f03827 /tools/run_tests/tests.json | |
parent | 6b0cb778d0de65495a5c7638f4dd8ba88bef5254 (diff) |
Temporarily disable qps tsan tests since they are exposing a
tsan internal error until we upgrade tsan
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 8 |
1 files changed, 6 insertions, 2 deletions
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++", |