diff h2_auth_request.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 9d6a0dbb889a
children 236d038dc04a
line wrap: on
line diff
--- a/h2_auth_request.t
+++ b/h2_auth_request.t
@@ -72,10 +72,6 @@ EOF
 
 my ($s, $sid, $frames, $frame);
 
-TODO: {
-todo_skip 'use-after-free', 2 unless $ENV{TEST_NGINX_UNSAFE}
-	or $t->has_version('1.11.7');
-
 # second stream is used to induce body corruption issue
 
 $s = Test::Nginx::HTTP2->new();
@@ -87,6 +83,4 @@ todo_skip 'use-after-free', 2 unless $EN
 is($frame->{headers}->{'x-body'}, 'A' x 600, 'auth request body');
 isnt($frame->{headers}->{'x-body-file'}, undef, 'auth request body file');
 
-}
-
 ###############################################################################