Dont run the servers as tests

pull/4444/head
Craig Tiller 9 years ago
parent 56369b4ac5
commit 7bbedf20ea
  1. 4
      Makefile
  2. 1
      test/core/bad_ssl/gen_build_yaml.py
  3. 36
      tools/run_tests/tests.json

@ -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"

@ -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': [

@ -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",

Loading…
Cancel
Save