Disable alpn bad_ssl core tests

pull/7894/head
murgatroid99 8 years ago
parent 7c5befd86b
commit a78a3b2dbe
  1. 3
      test/core/bad_ssl/gen_build_yaml.py

@ -41,7 +41,8 @@ default_test_options = TestOptions(False, 1.0)
# maps test names to options
BAD_CLIENT_TESTS = {
'cert': default_test_options._replace(cpu_cost=0.1),
'alpn': default_test_options._replace(cpu_cost=0.1),
# Disabling this test because it does not link correctly as written
# 'alpn': default_test_options._replace(cpu_cost=0.1),
}
def main():

Loading…
Cancel
Save