diff stream_ssl.t @ 636:1925b27f24b6

Tests: more todo_alerts() in stream tests on solaris.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 27 Jul 2015 13:37:47 +0300
parents 9208d8243926
children ed103c38b115
line wrap: on
line diff
--- a/stream_ssl.t
+++ b/stream_ssl.t
@@ -35,6 +35,8 @@ plan(skip_all => 'Net::SSLeay not instal
 
 my $t = Test::Nginx->new()->has(qw/stream stream_ssl/)->has_daemon('openssl');
 
+$t->todo_alerts() if $^O eq 'solaris';
+
 $t->plan(5)->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%