Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Oct 29, 2024
1 parent b18e508 commit c418979
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ public void run() {
*/
@Test
void testQueryNotHanging() throws SQLException {
//TODO: look into this
Properties paramProperties = new Properties();
try (Statement statement = connection.createStatement()) {
queryRows(statement, 100, 160);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import java.sql.SQLException;
import java.sql.Statement;
import java.util.List;

import net.snowflake.client.annotations.DontRunOnGithubActions;
import net.snowflake.client.category.TestTags;
import org.apache.commons.io.IOUtils;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
import java.sql.Statement;
import net.snowflake.client.category.TestTags;
import net.snowflake.client.providers.SimpleFormatProvider;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;

//@Category(TestCategoryStatement.class)
// @Category(TestCategoryStatement.class)
@Tag(TestTags.STATEMENT)
public class PreparedMultiStmtIT extends BaseJDBCWithSharedConnectionIT {
private static SnowflakeConnectionV1 sfConnectionV1;
Expand Down

0 comments on commit c418979

Please sign in to comment.