# HG changeset patch # User Sergey Kandaurov # Date 1453813968 -10800 # Node ID 45471a9017cc869796dbc1f3673d7a8bcd043683 # Parent 3200d5b4ffa8a3170f2095b6710793f5b29a585f Tests: TODO 'phantom event' alerts in limit_conn.t on Solaris. See 153969b53780 for details. diff --git a/limit_conn.t b/limit_conn.t --- 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%%