aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-19 12:35:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-19 12:35:16 -0700
commit711bbe6364d6b49a9959e454889fac5f6c5dc596 (patch)
tree2ab0c47e28d7ffafed51a3db73d81a59a27319bc /templates/tools/run_tests
parent39d97a78e0aa70b7ba758018323da39fa635dbcd (diff)
Exclude qps_test from tsan runs
The TSAN deadlock detector has some problems that prevents this test from running successfully. Issue #2994 has been filed to re-enable these in the future.
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/tests.json.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index ffbf843235..63046731de 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -6,6 +6,7 @@ ${json.dumps([{"name": tgt.name,
"language": tgt.language,
"platforms": tgt.platforms,
"ci_platforms": tgt.ci_platforms,
+ "exclude_configs": tgt.get("exclude_configs", []),
"flaky": tgt.flaky}
for tgt in targets
if tgt.get('run', True) and tgt.build == 'test'],