Skip to content

Commit

Permalink
Re-enabled JDK14LoggerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Nov 19, 2024
1 parent 53cd785 commit 5b61cf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/net/snowflake/client/log/JDK14LoggerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
import java.io.IOException;
import java.nio.file.Paths;
import java.util.logging.Level;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

public class JDK14LoggerTest {

@Test
@Disabled // TODO: SNOW-1805241
public void testLegacyLoggerInit() throws IOException {
System.setProperty("snowflake.jdbc.log.size", "100000");
System.setProperty("snowflake.jdbc.log.count", "3");
Expand Down

0 comments on commit 5b61cf6

Please sign in to comment.