commit | 760b40511994eab889502d50eb3ed0cb77136836 | [log] [tgz] |
---|---|---|
author | Miguel Aranda <miguelaranda@google.com> | Tue May 07 14:00:26 2024 +0000 |
committer | Miguel Aranda <miguelaranda@google.com> | Tue May 07 15:13:41 2024 +0000 |
tree | 0f894e05b8aee209d0a41ee86cb19c627b397a61 | |
parent | 55b8ed1d505e4fc9654f19961be2e9d67001f74e [diff] |
Ignore test_SSLSocket_SSLv3Unsupported. Merged-In: I5ada826307d186532f578acf55461e52870d050b Change-Id: If3b530b8b6a47c930ce99004adcd6446a2b4ed72
diff --git a/common/src/test/java/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java b/common/src/test/java/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java index 8a86af1..09e351d 100644 --- a/common/src/test/java/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java +++ b/common/src/test/java/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java
@@ -104,6 +104,7 @@ import org.conscrypt.tlswire.record.TlsRecord; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -1806,6 +1807,7 @@ } @Test + @Ignore("Fails with conscrypt module updates due to SSL removal") public void test_SSLSocket_SSLv3Unsupported() throws Exception { TestSSLContext context = new TestSSLContext.Builder() .clientProtocol(clientVersion)
diff --git a/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java b/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java index 2552cb3..ad109ba 100644 --- a/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java +++ b/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/SSLSocketVersionCompatibilityTest.java
@@ -105,6 +105,7 @@ import javax.net.ssl.X509TrustManager; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -1807,6 +1808,7 @@ } @Test + @Ignore("Fails with conscrypt module updates due to SSL removal") public void test_SSLSocket_SSLv3Unsupported() throws Exception { TestSSLContext context = new TestSSLContext.Builder() .clientProtocol(clientVersion)