changeset 1510:48306d8a2811

Tests: updated h2_priority.t TODOs, change was committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 17 Sep 2019 14:16:10 +0300
parents 1603f2bad385
children b5620655b506
files h2_priority.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h2_priority.t
+++ b/h2_priority.t
@@ -209,7 +209,7 @@ is($sids, "$sid $sid2", 'dependency - PR
 # Instead, we respond with a connection error of type PROTOCOL_ERROR.
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.17.4');
 
 $s = Test::Nginx::HTTP2->new();
 $sid = $s->new_stream();
@@ -279,7 +279,7 @@ is($sids, "$sid $sid2", 'dependency - HE
 # HEADERS - self dependency
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.17.4');
 
 $s = Test::Nginx::HTTP2->new();
 $sid = $s->new_stream({ dep => 1 });