We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606f0af + 78e3163 commit 42695d6Copy full SHA for 42695d6
src/test/java/net/snowflake/client/jdbc/DatabaseMetaDataLatestIT.java
@@ -122,7 +122,6 @@ public void setUp() throws SQLException {
122
* @throws Exception arises if any error occurs
123
*/
124
@Test
125
- @DontRunOnGithubActions
126
public void testUseConnectionCtx() throws Exception {
127
try (Connection connection = getConnection();
128
Statement statement = connection.createStatement()) {
0 commit comments