Skip to content

Commit 7a454a0

Browse files
committed
[GR-45996] Backport 22.3: Fix default time zone must always be passed with polyglot isolates.
PullRequest: graal/14507
2 parents 998f04f + 46e5b32 commit 7a454a0

File tree

1 file changed

+0
-2
lines changed
  • truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot

1 file changed

+0
-2
lines changed

truffle/src/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/polyglot/ContextAPITest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
import org.graalvm.polyglot.proxy.ProxyObject;
9292
import org.junit.Assume;
9393
import org.junit.BeforeClass;
94-
import org.junit.Ignore;
9594
import org.junit.Test;
9695

9796
import com.oracle.truffle.api.CallTarget;
@@ -918,7 +917,6 @@ public void testTimeZone() {
918917
}
919918
}
920919

921-
@Ignore
922920
@Test
923921
public void testDefaultTimeZone() {
924922
try (Context c = Context.create()) {

0 commit comments

Comments
 (0)