Skip to content

Commit d4bd81e

Browse files
bavshin-f5pluknet
authored andcommitted
Tests: skip preread tests in stream_pass.t on Solaris.
Similar to d3019ef, socket peek is not supported on this platform.
1 parent fe05bad commit d4bd81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_pass.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $t->try_run('no pass module')->plan(6);
117117
# passing either to HTTP or HTTPS backend, depending on server_name
118118

119119
TODO: {
120-
todo_skip 'win32', 2 if $^O eq 'MSWin32';
120+
todo_skip 'no socket peek', 2 if $^O eq 'MSWin32' or $^O eq 'solaris';
121121

122122
like(http_get('/'), qr/200 OK/, 'pass');
123123
like(http_get('/', SSL => 1, SSL_hostname => 'sni',

0 commit comments

Comments
 (0)