Skip to content

Commit 42695d6

Browse files
authored
Merge branch 'master' into bugfix/stmtutil_memory_free
2 parents 606f0af + 78e3163 commit 42695d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/net/snowflake/client/jdbc/DatabaseMetaDataLatestIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public void setUp() throws SQLException {
122122
* @throws Exception arises if any error occurs
123123
*/
124124
@Test
125-
@DontRunOnGithubActions
126125
public void testUseConnectionCtx() throws Exception {
127126
try (Connection connection = getConnection();
128127
Statement statement = connection.createStatement()) {

0 commit comments

Comments
 (0)