1212import net .snowflake .client .core .SFTrustManager ;
1313import org .junit .jupiter .api .AfterEach ;
1414import org .junit .jupiter .api .BeforeEach ;
15+ import org .junit .jupiter .api .Disabled ;
1516import org .junit .jupiter .api .Tag ;
1617import org .junit .jupiter .api .Test ;
1718
@@ -36,6 +37,7 @@ public void tearDown() {
3637 * Test connectivity with disableOCSPChecksMode and insecure mode enabled. This test applies to
3738 * driver versions after 3.21.0
3839 */
40+ @ Disabled ("Disable due to changed error response in backend. Follow up: SNOW-2021007" )
3941 @ Test
4042 public void testDisableOCSPChecksModeAndInsecureModeSet () throws SQLException {
4143
@@ -50,6 +52,7 @@ public void testDisableOCSPChecksModeAndInsecureModeSet() throws SQLException {
5052 * Test production connectivity with only disableOCSPChecksMode enabled. This test applies to
5153 * driver versions after 3.21.0
5254 */
55+ @ Disabled ("Disable due to changed error response in backend. Follow up: SNOW-2021007" )
5356 @ Test
5457 public void testDisableOCSPChecksModeSet () throws SQLException {
5558 boolean disableOCSPChecks = true ;
@@ -62,6 +65,7 @@ public void testDisableOCSPChecksModeSet() throws SQLException {
6265 * Test production connectivity with only insecureMode enabled. This test applies to driver
6366 * versions after 3.21.0
6467 */
68+ @ Disabled ("Disable due to changed error response in backend. Follow up: SNOW-2021007" )
6569 @ Test
6670 public void testInsecureModeSet () throws SQLException {
6771 boolean insecureMode = true ;
@@ -74,6 +78,7 @@ public void testInsecureModeSet() throws SQLException {
7478 * Test production connectivity with disableOCSPChecksMode enabled AND insecureMode disabled. This
7579 * test applies to driver versions after 3.21.0
7680 */
81+ @ Disabled ("Disable due to changed error response in backend. Follow up: SNOW-2021007" )
7782 @ Test
7883 public void testDisableOCSPChecksModeAndInsecureModeMismatched () throws SQLException {
7984 boolean disableOCSPChecks = true ;
0 commit comments