Issue #84 Ignored test
This commit is contained in:
parent
1585dc1c20
commit
496be5e05f
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue