Re-ignore ServerSocketSuspendTest (unignored by mistake)
This commit is contained in:
parent
0abfaf20e4
commit
4a1aa37773
@ -22,6 +22,7 @@ import io.netty.channel.ChannelHandler;
|
|||||||
import io.netty.channel.ChannelHandlerContext;
|
import io.netty.channel.ChannelHandlerContext;
|
||||||
import io.netty.channel.ChannelInboundByteHandlerAdapter;
|
import io.netty.channel.ChannelInboundByteHandlerAdapter;
|
||||||
import io.netty.channel.ChannelOption;
|
import io.netty.channel.ChannelOption;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.net.Socket;
|
import java.net.Socket;
|
||||||
@ -37,7 +38,7 @@ public class ServerSocketSuspendTest extends AbstractServerSocketTest {
|
|||||||
private static final long TIMEOUT = 3000000000L;
|
private static final long TIMEOUT = 3000000000L;
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
//@Ignore("Need to investigate why it fails on osx")
|
@Ignore("Need to investigate why it fails on osx")
|
||||||
public void testSuspendAndResumeAccept() throws Throwable {
|
public void testSuspendAndResumeAccept() throws Throwable {
|
||||||
run();
|
run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user