From f35ab5d8fac2c4424a361824e62f8ffa5ead4032 Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Thu, 11 Sep 2014 15:53:09 +0100 Subject: Suppress ConnectionTest: It uses SPDY, which can cause IllegalStateException Bug: 17313155 Bug: 14462336 Change-Id: I4b2f09e197f6ccb7fc6bd0a901095919d011d3e8 --- expectations/knownfailures.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'expectations') diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 94d0562..ebb4305 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1452,6 +1452,7 @@ description: "SpdyConnection issue https://github.com/square/okhttp/issues/644 crashes the test app. Android does not provide SPDY/HTTP_2 connections by default so have been suppressed.", bug: 14462336, names: [ + "com.squareup.okhttp.ConnectionPoolTest", "com.squareup.okhttp.internal.spdy.SpdyConnectionTest", "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test", "com.squareup.okhttp.internal.http.HttpOverSpdy3Test", -- cgit v1.1