Skip to content

Commit

Permalink
test: re-enable JDBC converter test (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Feb 9, 2021
1 parent 2f94976 commit 907760f
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -51,7 +51,6 @@
import java.util.Calendar;
import java.util.List;
import java.util.TimeZone;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -620,7 +619,6 @@ public void testSetTimestampInCalendar() throws SQLException {
}
}

@Ignore("ignore until java-core 1.93.3 is available")
@SuppressWarnings("deprecation")
@Test
public void testToGoogleTimestamp() {
Expand Down

0 comments on commit 907760f

Please sign in to comment.