diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-05 16:07:25 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-05 16:07:25 -0700 |
commit | 859fb06e80d63255ba614ad8c7fc91df50bd101b (patch) | |
tree | 4bad8e4f0638972cea827a007cdc13c3f6072447 /tools/run_tests/tests.json | |
parent | d1697d99d775bddd4f81fb1239eb415eeccc317f (diff) | |
parent | d08c6ae5aa1b74adde7f819e566ab0097b649987 (diff) |
Merge branch 'optionalize_client_config' into strong-includes
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 795b13d5ce..4396e31d0d 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2616,6 +2616,27 @@ "posix", "windows" ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", + "name": "head_of_line_blocking_bad_client_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], "cpu_cost": 0.2, "exclude_configs": [], "flaky": false, |