From 86086e9768d730df25430c876aef1290c4553069 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Thu, 20 Jul 2023 21:56:31 +0800 Subject: [PATCH] HIVE-26890. [2.3] Disable TestSSL#testConnectionWrongCertCN (Done as part of HIVE-22621 in master) --- 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 0a532599f769..01a62a1a109c 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 void testSSLFetchHttp() throws Exception { * 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