mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
ignore test dependent on external server
This commit is contained in:
parent
2ef92d5477
commit
2d7f1a2272
@ -38,6 +38,7 @@ import org.eclipse.jetty.util.Fields;
|
||||
import org.eclipse.jetty.util.ssl.SslContextFactory;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Assume;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SSLExternalServerTest extends AbstractHTTPSPDYTest
|
||||
@ -58,6 +59,7 @@ public class SSLExternalServerTest extends AbstractHTTPSPDYTest
|
||||
}
|
||||
|
||||
@Test(timeout=5000)
|
||||
@Ignore
|
||||
public void testExternalServer() throws Exception
|
||||
{
|
||||
String host = "encrypted.google.com";
|
||||
|
Loading…
x
Reference in New Issue
Block a user