Tests: adjusted grpc_ssl.t TODO to expectedly fail on Solaris.

The test fails with "/dev/poll" event method as well.
diff --git a/grpc_ssl.t b/grpc_ssl.t
index 06b1cf7..06226fd 100644
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -206,7 +206,8 @@
 ok($c = $frame->{headers}{'x-connection'}, 'keepalive - connection');
 
 TODO: {
-local $TODO = 'not yet' if $^O eq 'MSWin32' and !$t->has_version('1.15.4');
+local $TODO = 'not yet' if ($^O eq 'MSWin32' or $^O eq 'solaris')
+	and !$t->has_version('1.15.4');
 
 $f->{http_start}('/KeepAlive');
 $f->{data}('Hello');