changeset 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 b5620655b506
children 02412b209838
files worker_shutdown_timeout_h2.t
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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');
 
 ###############################################################################