Skip to content
Snippets Groups Projects
Commit a78a3b2d authored by murgatroid99's avatar murgatroid99
Browse files

Disable alpn bad_ssl core tests

parent 7c5befd8
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment