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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user