Skip to content

Commit 6ad5376

Browse files
committed
enabled test_jbang_integration.test_graalpy_template_native
1 parent 3913695 commit 6ad5376

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/standalone/test_jbang_integration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ def test_graalpy_template(self):
224224
@unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
225225
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
226226
def test_graalpy_template_native(self):
227-
self.skip() # GR-58222
228-
229227
template_name = "graalpy"
230228
test_file = "graalpy_test.java"
231229
work_dir = self.tmpdir

0 commit comments

Comments
 (0)