Skip to content

Commit b8e128e

Browse files
committed
[GR-21918] Enable ScriptEngine close() test.
1 parent d810afa commit b8e128e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graal-js/src/com.oracle.truffle.js.scriptengine.test/src/com/oracle/truffle/js/scriptengine/test/TestScriptEngineInterop.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848

4949
import org.graalvm.polyglot.Engine;
5050
import org.junit.Assert;
51-
import org.junit.Ignore;
5251
import org.junit.Test;
5352

5453
import com.oracle.truffle.js.scriptengine.GraalJSScriptEngine;
@@ -99,7 +98,6 @@ interface TestInterface {
9998

10099
}
101100

102-
@Ignore("GR-21918")
103101
@Test
104102
public void testClose() throws ScriptException {
105103
GraalJSScriptEngine engine = GraalJSScriptEngine.create();

0 commit comments

Comments
 (0)