diff worker_shutdown_timeout_h2.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents fca71a8ebf6d
children 236d038dc04a
line wrap: on
line diff
--- a/worker_shutdown_timeout_h2.t
+++ b/worker_shutdown_timeout_h2.t
@@ -63,15 +63,8 @@ ok($s->new_stream(), 'new stream');
 
 $t->stop();
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.17.4');
-
 like($t->read_file('access.log'), qr/ (?!504)\d{3} /, 'shutdown timeout');
 
-}
-
-$t->todo_alerts() unless $t->has_version('1.17.4');
-
 ###############################################################################
 
 sub http_silent_daemon {