ignored bad test

This commit is contained in:
Greg Wilkins 2016-12-22 18:27:15 +11:00
parent 2a2af4c026
commit 68c8db635e
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ import org.eclipse.jetty.util.ssl.SslContextFactory;
import org.hamcrest.Matchers;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;
public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
@ -443,6 +444,7 @@ public class HttpClientTimeoutTest extends AbstractHttpClientServerTest
}
@Test
@Ignore // This is a bad test as the newRequest method throws IAE
public void testTimeoutCancelledWhenSendingThrowsException() throws Exception
{
start(new EmptyServerHandler());