Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 22, 2024
1 parent 61c0a97 commit ddf0f62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public void putGetStatementsHaveQueryIDEvenWhenFail() throws Throwable {
}

@Test
@Disabled //TODO SNOW-1821563
@Disabled // TODO SNOW-1821563
public void testAsyncQueryOpenAndCloseConnection()
throws SQLException, IOException, InterruptedException {
// open connection and run asynchronous query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import java.util.concurrent.Future;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import net.snowflake.client.category.TestTags;
import net.snowflake.client.core.ExecTimeTelemetryData;
import net.snowflake.client.core.ParameterBindingDTO;
import net.snowflake.client.core.QueryContextDTO;
Expand All @@ -52,7 +51,6 @@
import net.snowflake.client.jdbc.telemetry.TelemetryData;
import net.snowflake.common.core.SFBinaryFormat;
import net.snowflake.common.core.SnowflakeDateTimeFormat;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

/**
Expand Down

0 comments on commit ddf0f62

Please sign in to comment.