mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 08:28:54 +00:00
Merged branch 'jetty-9.4.x' into 'master'.
This commit is contained in:
commit
54f231d2ef
@ -51,8 +51,10 @@ import org.eclipse.jetty.util.thread.QueuedThreadPool;
|
||||
import org.eclipse.jetty.util.thread.Scheduler;
|
||||
import org.hamcrest.Matchers;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore("9.4 HTTP2 interleaving makes this test fail: it hangs on flow control window exhaustion")
|
||||
public class SmallThreadPoolLoadTest extends AbstractTest
|
||||
{
|
||||
private final Logger logger = Log.getLogger(SmallThreadPoolLoadTest.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user