aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-09-06 09:45:08 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-09-06 09:45:08 -0700
commita78a3b2dbe045719c6f8e724c355ffa5ca3396b4 (patch)
tree013b2d8f8f96fb7156cd28aa6b7fa1b5026c81b1 /test/core/bad_ssl
parent7c5befd86b56a1eb4d6ed8312d5e722547f39e2d (diff)
Disable alpn bad_ssl core tests
Diffstat (limited to 'test/core/bad_ssl')
-rwxr-xr-xtest/core/bad_ssl/gen_build_yaml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/bad_ssl/gen_build_yaml.py b/test/core/bad_ssl/gen_build_yaml.py
index 69f921989c..c17b17eb13 100755
--- a/test/core/bad_ssl/gen_build_yaml.py
+++ b/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():