aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-18 19:03:32 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-18 19:03:32 -0700
commitcb1c389a6c98d72e59fe10e07f4c15156abf62a1 (patch)
tree58afff55d7ea7fdd11a8cd25389d24bd6caa80a5 /tools
parent8bce393aeb1fd806d71701b67f19066d9272d5f1 (diff)
parent5c0b6dd6a1b0ffef55efaf870ec38751aa97250a (diff)
Merge pull request #5842 from vjpai/qps_wall
Temporarily disable qps tsan tests
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/tests.json8
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++",