1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-22 15:42:00 +03:00

Ignore a broken test for SPDY failure recovery.

https://github.com/square/okhttp/issues/578
This commit is contained in:
Jesse Wilson
2014-03-01 08:13:28 -05:00
parent edb8164469
commit 8b0401eb7a

View File

@@ -275,6 +275,7 @@ public abstract class HttpOverSpdyTest {
assertEquals(-1, in.read());
}
@Ignore // See https://github.com/square/okhttp/issues/578
@Test(timeout = 3000) public void readResponseHeaderTimeout() throws Exception {
server.enqueue(new MockResponse().setSocketPolicy(SocketPolicy.NO_RESPONSE));
server.enqueue(new MockResponse().setBody("A"));