diff h2_ssl.t @ 997:3c5d3b384d3f

Tests: adjusted TODOs for HTTP/2 fixes committed in 1.11.3.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jul 2016 21:00:41 +0300
parents 99f93be57416
children 45c80276d691
line wrap: on
line diff
--- a/h2_ssl.t
+++ b/h2_ssl.t
@@ -91,7 +91,7 @@ skip 'OpenSSL ALPN/NPN support required'
 
 ok($s, 'ssl connection');
 
-$t->todo_alerts();
+$t->todo_alerts() unless $t->has_version('1.11.3');
 
 my $sid = $s->new_stream({ path => '/tbig.html' });