diff http_resolver_cleanup.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 e4974af3fb12
children
line wrap: on
line diff
--- a/http_resolver_cleanup.t
+++ b/http_resolver_cleanup.t
@@ -25,8 +25,6 @@ select STDOUT; $| = 1;
 my $t = Test::Nginx->new()->has(qw/http proxy/);
 
 plan(skip_all => 'win32') if $^O eq 'MSWin32';
-plan(skip_all => 'use-after-free on shutdown') unless $ENV{TEST_NGINX_UNSAFE}
-	or $t->has_version('1.11.8');
 
 $t->write_file_expand('nginx.conf', <<'EOF')->plan(1);