diff --git a/jetty-spdy/spdy-jetty-http/src/test/java/org/eclipse/jetty/spdy/http/ServerHTTPSPDYv2Test.java b/jetty-spdy/spdy-jetty-http/src/test/java/org/eclipse/jetty/spdy/http/ServerHTTPSPDYv2Test.java index 41fee041a59..3b4264d2e58 100644 --- a/jetty-spdy/spdy-jetty-http/src/test/java/org/eclipse/jetty/spdy/http/ServerHTTPSPDYv2Test.java +++ b/jetty-spdy/spdy-jetty-http/src/test/java/org/eclipse/jetty/spdy/http/ServerHTTPSPDYv2Test.java @@ -49,6 +49,7 @@ import org.eclipse.jetty.spdy.api.StreamFrameListener; import org.eclipse.jetty.spdy.api.StringDataInfo; import org.eclipse.jetty.spdy.api.SynInfo; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; public class ServerHTTPSPDYv2Test extends AbstractHTTPSPDYTest @@ -945,6 +946,7 @@ public class ServerHTTPSPDYv2Test extends AbstractHTTPSPDYTest Assert.assertTrue(dataLatch.await(5, TimeUnit.SECONDS)); } + @Ignore("The correspondent functionality in HttpOutput is not yet implemented") @Test public void testGETWithMediumContentAsInputStreamByPassed() throws Exception { @@ -952,6 +954,7 @@ public class ServerHTTPSPDYv2Test extends AbstractHTTPSPDYTest testGETWithContentByPassed(new ByteArrayInputStream(data), data.length); } + @Ignore("The correspondent functionality in HttpOutput is not yet implemented") @Test public void testGETWithBigContentAsInputStreamByPassed() throws Exception {