changeset 820:45471a9017cc

Tests: TODO 'phantom event' alerts in limit_conn.t on Solaris. See 153969b53780 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jan 2016 16:12:48 +0300
parents 3200d5b4ffa8
children d75000247e1f
files limit_conn.t
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/limit_conn.t
+++ b/limit_conn.t
@@ -21,10 +21,11 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http proxy limit_conn limit_req shmem/)
-	->plan(8);
+my $t = Test::Nginx->new()->has(qw/http proxy limit_conn limit_req shmem/);
 
-$t->write_file_expand('nginx.conf', <<'EOF');
+$t->todo_alerts() if $^O eq 'solaris';
+
+$t->write_file_expand('nginx.conf', <<'EOF')->plan(8);
 
 %%TEST_GLOBALS%%