We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f94976 commit 907760fCopy full SHA for 907760f
src/test/java/com/google/cloud/spanner/jdbc/JdbcTypeConverterTest.java
@@ -51,7 +51,6 @@
51
import java.util.Calendar;
52
import java.util.List;
53
import java.util.TimeZone;
54
-import org.junit.Ignore;
55
import org.junit.Test;
56
import org.junit.runner.RunWith;
57
import org.junit.runners.JUnit4;
@@ -620,7 +619,6 @@ public void testSetTimestampInCalendar() throws SQLException {
620
619
}
621
622
623
- @Ignore("ignore until java-core 1.93.3 is available")
624
@SuppressWarnings("deprecation")
625
@Test
626
public void testToGoogleTimestamp() {
0 commit comments