diff options
author | 2015-12-13 20:02:31 -0800 | |
---|---|---|
committer | 2015-12-13 20:02:31 -0800 | |
commit | 7bbedf20ea80a2f45ba98f4de039f24b79d584c0 (patch) | |
tree | d0ac92b1e05ccfffc2cd7ea1ec8f36f08861236d /tools/run_tests | |
parent | 56369b4ac52f8c52b7f2e5e9d22e39e5a90fdaec (diff) |
Dont run the servers as tests
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 4a52f88f65..0f89fb79b6 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -18438,42 +18438,6 @@ "exclude_configs": [], "flaky": false, "language": "c", - "name": "bad_ssl_alpn_server", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ] - }, - { - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "exclude_configs": [], - "flaky": false, - "language": "c", - "name": "bad_ssl_cert_server", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ] - }, - { - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "exclude_configs": [], - "flaky": false, - "language": "c", "name": "bad_ssl_alpn_test", "platforms": [ "linux", |