diff grpc_ssl.t @ 1748:b27bcded6449

Tests: removed TODOs for fixes merged in 1.20.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Nov 2021 16:14:46 +0300
parents f4c79ee52d8f
children 58951cf933e1
line wrap: on
line diff
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -200,10 +200,6 @@ cmp_ok($frame->{headers}{'x-connection'}
 my $sum = eval join '+', map { $_->{type} eq "DATA" && $_->{length} } @$frames;
 is($sum, 65535, 'flow control - iws length');
 
-TODO: {
-local $TODO = 'not yet' if ($^O eq 'MSWin32' or $^O eq 'solaris')
-	and !$t->has_version('1.21.2');
-
 $f->{update}(10);
 $f->{update_sid}(10);
 
@@ -220,8 +216,6 @@ is($frame->{flags}, 0, 'flow control - u
 is($frame->{length}, 5, 'flow control - rest length');
 is($frame->{flags}, 1, 'flow control - rest flags');
 
-}
-
 $f->{http_end}();
 
 # upstream keepalive