From 7a4db22fd2718d6f9263647e32885d0804bb6093 Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Mon, 25 Nov 2024 12:58:37 -0800 Subject: [PATCH] Tests: skip preread tests in stream_pass.t on Solaris. Similar to d3019ef, socket peek is not supported on this platform. --- stream_pass.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_pass.t b/stream_pass.t index 798bfad6..c99f0a98 100644 --- a/stream_pass.t +++ b/stream_pass.t @@ -117,7 +117,7 @@ $t->try_run('no pass module')->plan(6); # passing either to HTTP or HTTPS backend, depending on server_name TODO: { -todo_skip 'win32', 2 if $^O eq 'MSWin32'; +todo_skip 'no socket peek', 2 if $^O eq 'MSWin32' or $^O eq 'solaris'; like(http_get('/'), qr/200 OK/, 'pass'); like(http_get('/', SSL => 1, SSL_hostname => 'sni',