Issue #558
The testEPCExitsLowThreadsMode has been broken, so ignored for now
This commit is contained in:
parent
fc9063eeb9
commit
298a340851
|
@ -37,10 +37,7 @@ import org.eclipse.jetty.util.thread.ExecutionStrategy;
|
||||||
import org.eclipse.jetty.util.thread.QueuedThreadPool;
|
import org.eclipse.jetty.util.thread.QueuedThreadPool;
|
||||||
import org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume;
|
import org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume;
|
||||||
import org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume;
|
import org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume;
|
||||||
import org.junit.After;
|
import org.junit.*;
|
||||||
import org.junit.Assert;
|
|
||||||
import org.junit.Rule;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.containsString;
|
import static org.hamcrest.Matchers.containsString;
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
|
@ -168,6 +165,7 @@ public class ThreadStarvationTest
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testEPCExitsLowThreadsMode() throws Exception
|
public void testEPCExitsLowThreadsMode() throws Exception
|
||||||
{
|
{
|
||||||
prepareServer(new ReadHandler());
|
prepareServer(new ReadHandler());
|
||||||
|
|
Loading…
Reference in New Issue