diff options
-rw-r--r-- | expectations/knownfailures.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 6aac9eb..f5a13c6 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1517,5 +1517,14 @@ names: [ "libcore.io.OsTest#test_PacketSocketAddress" ] +}, +{ + description: "Need to rewrite tests for the client-side of renegotiation", + bug: 21876068, + result: EXEC_FAILED, + names: [ + "com.android.org.conscrypt.NativeCryptoTest#test_SSL_renegotiate", + "com.android.org.conscrypt.NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate" + ] } ] |