mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
Disabling broken external server test
This commit is contained in:
parent
a6f0883ca3
commit
1315096192
@ -37,8 +37,10 @@ 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;
|
||||
|
||||
@Ignore("Reliance on external server fails test")
|
||||
public class SSLExternalServerTest extends AbstractHTTPSPDYTest
|
||||
{
|
||||
public SSLExternalServerTest(short version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user