This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 0a970dc37c0 HIVE-26890: [2.3] Disable 
TestSSL#testConnectionWrongCertCN (Done as part of HIVE-22621 in master) (#4506)
0a970dc37c0 is described below

commit 0a970dc37c044538aadda0467ade4a095502a437
Author: Cheng Pan <pan3...@gmail.com>
AuthorDate: Thu Jul 27 12:31:13 2023 +0800

    HIVE-26890: [2.3] Disable TestSSL#testConnectionWrongCertCN (Done as part 
of HIVE-22621 in master) (#4506)
---
 itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
index 0a532599f76..01a62a1a109 100644
--- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
+++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestSSL.java
@@ -390,6 +390,7 @@ public class TestSSL {
    * Opening a new connection with this wrong certificate should fail
    * @throws Exception
    */
+  @Ignore
   @Test
   public void testConnectionWrongCertCN() throws Exception {
     // This call sets the default ssl params including the correct keystore in 
the server config

Reply via email to