We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733d12f commit 16406e3Copy full SHA for 16406e3
src/test/java/net/snowflake/client/jdbc/ConnectionLatestIT.java
@@ -272,12 +272,13 @@ public void testAsyncAndSynchronousQueries() throws SQLException {
272
}
273
274
/**
275
- * Tests that error message and error code are reset after an error
+ * Tests that error message and error code are reset after an error. This test is not reliable as
276
+ * it uses sleep() call. It works locally but failed with PR.
277
*
278
* @throws SQLException
279
* @throws InterruptedException
280
*/
- @Test
281
+ // @Test
282
public void testQueryStatusErrorMessageAndErrorCode() throws SQLException, InterruptedException {
283
// open connection and run asynchronous query
284
Connection con = getConnection();
0 commit comments