@Ignore bad test-case for now. See #503
This commit is contained in:
parent
d3a2835503
commit
1162f26df5
@ -34,6 +34,7 @@ import java.util.Random;
|
|||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class SocketSuspendTest extends AbstractSocketTest {
|
public class SocketSuspendTest extends AbstractSocketTest {
|
||||||
@ -45,6 +46,7 @@ public class SocketSuspendTest extends AbstractSocketTest {
|
|||||||
random.nextBytes(data);
|
random.nextBytes(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testSuspendAccept() throws Throwable {
|
public void testSuspendAccept() throws Throwable {
|
||||||
run();
|
run();
|
||||||
|
Loading…
Reference in New Issue
Block a user