diff options
-rw-r--r-- | expectations/knownfailures.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index e9537fb929..58a4337878 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1529,5 +1529,13 @@ "com.google.security.wycheproof.EcdhTest#testModifiedPublic", "com.google.security.wycheproof.EcdhTest#testModifiedPublicSpec" ] +}, +{ + description: "Bullhead kernel does not block send when buffer is supposed to have saturated", + bug: 36691333, + result: EXEC_FAILED, + names: [ + "libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts" + ] } ] |