Skip to content

Commit

Permalink
Temporarily disabled potentially problematic test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 6, 2024
1 parent 52252f2 commit e9001e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/net/snowflake/client/jdbc/DellBoomiCloudIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import net.snowflake.client.AbstractDriverIT;
import net.snowflake.client.category.TestTags;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

Expand All @@ -26,6 +27,7 @@ public void setup() {
}

@Test
@Disabled
public void testSelectLargeResultSet() throws SQLException {
try (Connection connection = getConnection();
Statement statement = connection.createStatement();
Expand Down

0 comments on commit e9001e0

Please sign in to comment.