From 7bbedf20ea80a2f45ba98f4de039f24b79d584c0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Sun, 13 Dec 2015 20:02:31 -0800 Subject: [PATCH] Dont run the servers as tests --- Makefile | 4 ---- test/core/bad_ssl/gen_build_yaml.py | 1 + tools/run_tests/tests.json | 36 ----------------------------- 3 files changed, 1 insertion(+), 40 deletions(-) diff --git a/Makefile b/Makefile index 0a4b7af94d1..02f1637d1d2 100644 --- a/Makefile +++ b/Makefile @@ -5544,10 +5544,6 @@ test_c: buildtests_c $(Q) $(BINDIR)/$(CONFIG)/simple_request_bad_client_test || ( echo test simple_request_bad_client_test failed ; exit 1 ) $(E) "[RUN] Testing unknown_frame_bad_client_test" $(Q) $(BINDIR)/$(CONFIG)/unknown_frame_bad_client_test || ( echo test unknown_frame_bad_client_test failed ; exit 1 ) - $(E) "[RUN] Testing bad_ssl_alpn_server" - $(Q) $(BINDIR)/$(CONFIG)/bad_ssl_alpn_server || ( echo test bad_ssl_alpn_server failed ; exit 1 ) - $(E) "[RUN] Testing bad_ssl_cert_server" - $(Q) $(BINDIR)/$(CONFIG)/bad_ssl_cert_server || ( echo test bad_ssl_cert_server failed ; exit 1 ) $(E) "[RUN] Testing bad_ssl_alpn_test" $(Q) $(BINDIR)/$(CONFIG)/bad_ssl_alpn_test || ( echo test bad_ssl_alpn_test failed ; exit 1 ) $(E) "[RUN] Testing bad_ssl_cert_test" diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py index 91df7885450..fef448d7b68 100755 --- a/test/core/bad_ssl/gen_build_yaml.py +++ b/test/core/bad_ssl/gen_build_yaml.py @@ -68,6 +68,7 @@ def main(): 'name': 'bad_ssl_%s_server' % t, 'build': 'test', 'language': 'c', + 'run': False, 'src': ['test/core/bad_ssl/servers/%s.c' % t], 'vs_proj_dir': 'test', 'deps': [ diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 4a52f88f65d..0f89fb79b65 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -18428,42 +18428,6 @@ "windows" ] }, - { - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "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",