Skip to content

Commit 46e5b32

Browse files
committed
Pass also the default time zone to polyglot isolate.
1 parent ce12be0 commit 46e5b32

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)