Re-ignore ServerSocketSuspendTest (unignored by mistake)

This commit is contained in:
Trustin Lee 2013-01-03 17:07:30 +09:00
parent 0abfaf20e4
commit 4a1aa37773

View File

@ -22,6 +22,7 @@ import io.netty.channel.ChannelHandler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundByteHandlerAdapter;
import io.netty.channel.ChannelOption;
import org.junit.Ignore;
import org.junit.Test;
import java.net.Socket;
@ -37,7 +38,7 @@ public class ServerSocketSuspendTest extends AbstractServerSocketTest {
private static final long TIMEOUT = 3000000000L;
@Test
//@Ignore("Need to investigate why it fails on osx")
@Ignore("Need to investigate why it fails on osx")
public void testSuspendAndResumeAccept() throws Throwable {
run();
}