# HG changeset patch # User Sergey Kandaurov # Date 1455014385 -10800 # Node ID 940757cf34f571e9394ec69479135dd467be8b10 # Parent 2b1d0f6c9d41d3c3605628475a909e821e62f478 Tests: more TODO 'phantom event' alerts on Solaris. See 153969b53780 for details. diff --git a/stream_tcp_nodelay.t b/stream_tcp_nodelay.t --- a/stream_tcp_nodelay.t +++ b/stream_tcp_nodelay.t @@ -28,6 +28,8 @@ select STDOUT; $| = 1; my $t = Test::Nginx->new()->has(qw/stream/); +$t->todo_alerts() if $^O eq 'solaris'; + plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4'); $t->plan(2)->write_file_expand('nginx.conf', <<'EOF');