Skip to content

Commit 2a4943f

Browse files
committed
[GR-38954] Re-enabling TimezoneICUJDKCompat.compareICUandJDKversions() test.
PullRequest: js/2484
2 parents 5916eba + 01cfdf3 commit 2a4943f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graal-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/runtime/TimezoneICUJDKCompat.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import java.util.Set;
4646

4747
import org.junit.Assert;
48-
import org.junit.Ignore;
4948
import org.junit.Test;
5049

5150
public class TimezoneICUJDKCompat {
@@ -88,7 +87,6 @@ public void compareICUandJDKTimezones() {
8887
}
8988

9089
@Test
91-
@Ignore
9290
public void compareICUandJDKversions() {
9391
String versionJDK = java.time.zone.ZoneRulesProvider.getVersions("UTC").lastEntry().getKey();
9492
String versionICU = com.ibm.icu.util.TimeZone.getTZDataVersion();

0 commit comments

Comments
 (0)