Issue #84 Ignored test

This commit is contained in:
Greg Wilkins 2016-02-16 17:08:10 +01:00
parent 1585dc1c20
commit 496be5e05f
1 changed files with 2 additions and 0 deletions

View File

@ -49,8 +49,10 @@ import org.eclipse.jetty.server.handler.AbstractHandler;
import org.eclipse.jetty.util.Promise; import org.eclipse.jetty.util.Promise;
import org.eclipse.jetty.util.thread.QueuedThreadPool; import org.eclipse.jetty.util.thread.QueuedThreadPool;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
@Ignore
public class HttpChannelAssociationTest extends AbstractTest public class HttpChannelAssociationTest extends AbstractTest
{ {
public HttpChannelAssociationTest(Transport transport) public HttpChannelAssociationTest(Transport transport)