Skip to content

Commit 907760f

Browse files
authored
test: re-enable JDBC converter test (#348)
1 parent 2f94976 commit 907760f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/google/cloud/spanner/jdbc/JdbcTypeConverterTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import java.util.Calendar;
5252
import java.util.List;
5353
import java.util.TimeZone;
54-
import org.junit.Ignore;
5554
import org.junit.Test;
5655
import org.junit.runner.RunWith;
5756
import org.junit.runners.JUnit4;
@@ -620,7 +619,6 @@ public void testSetTimestampInCalendar() throws SQLException {
620619
}
621620
}
622621

623-
@Ignore("ignore until java-core 1.93.3 is available")
624622
@SuppressWarnings("deprecation")
625623
@Test
626624
public void testToGoogleTimestamp() {

0 commit comments

Comments
 (0)