Disabling broken external server test

This commit is contained in:
Joakim Erdfelt 2013-09-30 19:59:47 -07:00
parent a6f0883ca3
commit 1315096192
1 changed files with 2 additions and 0 deletions

View File

@ -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)