changeset 851:940757cf34f5

Tests: more TODO 'phantom event' alerts on Solaris. See 153969b53780 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 09 Feb 2016 13:39:45 +0300
parents 2b1d0f6c9d41
children e0d6ba59968f
files stream_tcp_nodelay.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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');