Removed @Ignore from test.

This commit is contained in:
Simone Bordet 2016-11-05 13:08:28 +01:00
parent ef06948790
commit dc034e533c
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ package org.eclipse.jetty.server;
import org.eclipse.jetty.util.thread.QueuedThreadPool;
import org.eclipse.jetty.util.thread.ThreadPool;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
public class InsufficientThreadsDetectionTest {
@ -69,7 +68,6 @@ public class InsufficientThreadsDetectionTest {
}
@Test // Github issue #586
@Ignore // TODO test failing???
public void testCaseForMultipleConnectors() throws Exception {
// server has 4 threads in the executor
_server = new Server(new QueuedThreadPool(4));