From 12c3a47593c33c95dc41a93d40c937933e27a89b Mon Sep 17 00:00:00 2001 From: John Yun <140559986+sfc-gh-ext-simba-jy@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:54:25 -0700 Subject: [PATCH] test --- FIPS/public_pom.xml | 2 +- .../test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/FIPS/public_pom.xml b/FIPS/public_pom.xml index 00bc9738c..103c7aefd 100644 --- a/FIPS/public_pom.xml +++ b/FIPS/public_pom.xml @@ -32,7 +32,7 @@ - 1.0.2.5 + 2.0.0 1.0.7 5.13.0 diff --git a/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java b/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java index c1509a6a8..c3ca4ca1d 100644 --- a/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java +++ b/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java @@ -295,7 +295,6 @@ public void testConnectUsingKeyPair() throws Exception { * Currently ignored execution on GCP due to exception thrown "SSlException Could not generate XDH keypair" */ @Test - @ConditionalIgnoreRule.ConditionalIgnore(condition = RunningOnGCP.class) public void connectWithFipsAndQuery() throws SQLException { try (Connection con = getConnection()) { Statement statement = con.createStatement();