aboutsummaryrefslogtreecommitdiff
path: root/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java')
-rw-r--r--okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java b/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java
index 607b0b5..ee7f94a 100644
--- a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java
+++ b/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/Http2ConnectionTest.java
@@ -28,6 +28,7 @@ import okio.BufferedSource;
import okio.Okio;
import okio.Source;
import org.junit.After;
+import org.junit.Ignore;
import org.junit.Test;
import static com.squareup.okhttp.TestUtil.headerEntries;
@@ -96,7 +97,9 @@ public final class Http2ConnectionTest {
}
}
- @Test public void peerHttp2ServerLowersInitialWindowSize() throws Exception {
+ @Test
+ @Ignore("TODO(b/333847678 - diagnose and fix flake")
+ public void peerHttp2ServerLowersInitialWindowSize() throws Exception {
try (MockSpdyPeer peer = new MockSpdyPeer()) {
peer.setVariantAndClient(HTTP_2, false);