Tests: updated h2_priority.t TODOs, change was committed.
diff --git a/h2_priority.t b/h2_priority.t
index 9a98e3a..d17c7f5 100644
--- a/h2_priority.t
+++ b/h2_priority.t
@@ -209,7 +209,7 @@
 # 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 @@
 # 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 });