summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorTakayuki Hoshi <hoshi@google.com>2014-11-05 13:34:59 +0900
committerTakayuki Hoshi <hoshi@google.com>2014-11-07 07:24:09 +0000
commit65d0f0bec95f576da6214dabff8c41a20f608b80 (patch)
tree9117db6ea507ccf109694d4b56dccabbec6f14c9 /expectations
parent773c665755e7040b13e68c73041df95fa713ecef (diff)
downloadlibcore-65d0f0bec95f576da6214dabff8c41a20f608b80.zip
libcore-65d0f0bec95f576da6214dabff8c41a20f608b80.tar.gz
libcore-65d0f0bec95f576da6214dabff8c41a20f608b80.tar.bz2
Suppress okhttp's ResponseCacheAdapterTest.
This avoids a known SPDY issue that sometimes makes the related CTS tests fail. Bug: 18066923 Change-Id: I9540dc3ad6b6a3d7ab37eb77d46dba39b7bbbb7b
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 7f31c73..c5524b6 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1464,6 +1464,7 @@
"com.squareup.okhttp.internal.spdy.SpdyConnectionTest",
"com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test",
"com.squareup.okhttp.internal.http.HttpOverSpdy3Test",
+ "com.squareup.okhttp.internal.http.ResponseCacheAdapterTest",
"com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_SPDY_3",
"com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_HTTP_2",
"com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_SPDY_3",