# HG changeset patch # User Sergey Kandaurov # Date 1569251088 -10800 # Node ID e84a3115bfe835e403060667471c6abcc435e8fc # Parent b5620655b506c04292d7bbab27df59303651af1c Tests: worker_shutdown_timeout_h2.t TODO adjusted. diff --git a/worker_shutdown_timeout_h2.t b/worker_shutdown_timeout_h2.t --- 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'); ###############################################################################