This commit is contained in:
Greg Wilkins 2017-03-15 18:11:18 +11:00
parent 10cdf1655c
commit d64218f285
1 changed files with 2 additions and 0 deletions

View File

@ -44,8 +44,10 @@ import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.util.log.Logger;
import org.eclipse.jetty.util.ssl.SslContextFactory;
import org.eclipse.jetty.util.thread.QueuedThreadPool;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class SlowClientsTest
{
private Logger logger = Log.getLogger(getClass());