From 427ff6f631eb7091c096c46af2997a503d8bdddb Mon Sep 17 00:00:00 2001 From: sfc-gh-mknister Date: Wed, 20 Apr 2022 16:30:26 +0000 Subject: [PATCH] testing without google connection --- .../test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3f86b060c..8b0087470 100644 --- a/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java +++ b/FIPS/src/test/java/net/snowflake/client/jdbc/ConnectionFipsIT.java @@ -161,7 +161,7 @@ public static void setup() throws Exception { } // attempts an SSL connection to Google - connectToGoogle(); + //connectToGoogle(); } @AfterClass @@ -207,7 +207,7 @@ public static void teardown() throws Exception { } // attempts an SSL connection to Google - connectToGoogle(); + //connectToGoogle(); } @Test