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.
2 parents 5916eba + 01cfdf3 commit 2a4943fCopy full SHA for 2a4943f
graal-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/runtime/TimezoneICUJDKCompat.java
@@ -45,7 +45,6 @@
45
import java.util.Set;
46
47
import org.junit.Assert;
48
-import org.junit.Ignore;
49
import org.junit.Test;
50
51
public class TimezoneICUJDKCompat {
@@ -88,7 +87,6 @@ public void compareICUandJDKTimezones() {
88
87
}
89
90
@Test
91
- @Ignore
92
public void compareICUandJDKversions() {
93
String versionJDK = java.time.zone.ZoneRulesProvider.getVersions("UTC").lastEntry().getKey();
94
String versionICU = com.ibm.icu.util.TimeZone.getTZDataVersion();
0 commit comments