diff stream_tcp_nodelay.t @ 891:f4189a38c3a4

Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 20:16:27 +0300
parents 940757cf34f5
children e9064d691790
line wrap: on
line diff
--- a/stream_tcp_nodelay.t
+++ b/stream_tcp_nodelay.t
@@ -28,8 +28,6 @@ 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');