aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl/gen_build_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/bad_ssl/gen_build_yaml.py')
-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():