Tests: h2.t TODO adjusted, fix committed.
diff --git a/h2.t b/h2.t
index f9bc782..603b1a1 100644
--- a/h2.t
+++ b/h2.t
@@ -773,7 +773,7 @@
 is($sum, 2**16 - 1, 'iws duplicate - default stream window');
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.13.9');
 
 # this should effect in extra stream window octect
 # $s->h2_settings(0, 0x4 => 42, 0x4 => 2**16);