diff h2_ssl.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents f9bb84e4c8e2
children 6d3a8f4eb9b2
line wrap: on
line diff
--- a/h2_ssl.t
+++ b/h2_ssl.t
@@ -94,15 +94,10 @@ skip 'OpenSSL too old', 1
 	if $t->has_module('OpenSSL')
 	and not $t->has_feature('openssl:1.1.0');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.4');
-
 ok(!get_ssl_socket(['unknown']), 'alpn rejected');
 
 }
 
-}
-
 like(http_get('/', socket => get_ssl_socket(['http/1.1'])),
 	qr/200 OK/, 'alpn to HTTP/1.1 fallback');