diff options
author | Neil Fuller <nfuller@google.com> | 2014-09-11 18:31:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-11 18:31:20 +0000 |
commit | d74dfe94a850dbe29e5dd533248e768b015d578f (patch) | |
tree | 1591ce8b6938e104f2b21cda1ea5b445f363bef9 /expectations | |
parent | 617f22bc24dd2eda57bc73d1c7a6e0ec00a34e52 (diff) | |
parent | 8d848927c29aa2c71809435aeea78a3555842566 (diff) | |
download | libcore-d74dfe94a850dbe29e5dd533248e768b015d578f.zip libcore-d74dfe94a850dbe29e5dd533248e768b015d578f.tar.gz libcore-d74dfe94a850dbe29e5dd533248e768b015d578f.tar.bz2 |
am 8d848927: am 82404753: Merge "Suppress ConnectionTest: It uses SPDY, which can cause IllegalStateException" into lmp-dev
* commit '8d848927c29aa2c71809435aeea78a3555842566':
Suppress ConnectionTest: It uses SPDY, which can cause IllegalStateException
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 522e83c..f0c1056 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1444,6 +1444,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", |