diff h2_limit_req.t @ 907:44f37197181f

Tests: adjusted HTTP/2 TODOs.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 19 Apr 2016 18:07:13 +0300
parents b4e9d2d97b7a
children 9045591d4304
line wrap: on
line diff
--- a/h2_limit_req.t
+++ b/h2_limit_req.t
@@ -82,7 +82,7 @@ is(read_body_file($frame->{headers}->{'x
 	'request body - limit req');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.9.15');
 
 $sess = new_session();
 $sid = new_stream($sess, { path => '/proxy_limit_req/', body_more => 1 });