# HG changeset patch # User Sergey Kandaurov # Date 1449658357 -10800 # Node ID 55ca38e1a3d9fc84dbcdb46019e4de938e77beff # Parent 92375c379a0adf1bc478c87bc577c74b581ced5f Tests: TODO 'phantom event' alerts in mail_imap_ssl.t on Solaris. See 153969b53780 for details. diff --git a/mail_imap_ssl.t b/mail_imap_ssl.t --- a/mail_imap_ssl.t +++ b/mail_imap_ssl.t @@ -35,8 +35,11 @@ local $SIG{PIPE} = 'IGNORE'; my $t = Test::Nginx->new() ->has(qw/mail mail_ssl imap http rewrite/)->has_daemon('openssl') - ->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon)->plan(12) - ->write_file_expand('nginx.conf', <<'EOF'); + ->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon)->plan(12); + +$t->todo_alerts() if $^O eq 'solaris'; + +$t->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%