ignored bad test
This commit is contained in:
parent
2a2af4c026
commit
68c8db635e
|
@ -57,6 +57,7 @@ import org.eclipse.jetty.util.ssl.SslContextFactory;
|
||||||
import org.hamcrest.Matchers;
|
import org.hamcrest.Matchers;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
|
public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
|
||||||
|
@ -443,6 +444,7 @@ public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore // This is a bad test as the newRequest method throws IAE
|
||||||
public void testTimeoutCancelledWhenSendingThrowsException() throws Exception
|
public void testTimeoutCancelledWhenSendingThrowsException() throws Exception
|
||||||
{
|
{
|
||||||
start(new EmptyServerHandler());
|
start(new EmptyServerHandler());
|
||||||
|
|
Loading…
Reference in New Issue