diff worker_shutdown_timeout_h2.t @ 1512:e84a3115bfe8

Tests: worker_shutdown_timeout_h2.t TODO adjusted.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 23 Sep 2019 18:04:48 +0300
parents 8958b5b53c25
children 02412b209838
line wrap: on
line diff
--- a/worker_shutdown_timeout_h2.t
+++ b/worker_shutdown_timeout_h2.t
@@ -59,7 +59,9 @@ my $s = Test::Nginx::HTTP2->new();
 ok($s->new_stream(), 'new stream');
 
 select undef, undef, undef, 0.1;
-$t->stop()->todo_alerts();
+$t->stop();
+
+$t->todo_alerts() unless $t->has_version('1.17.4');
 
 ###############################################################################