We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3913695 commit 6ad5376Copy full SHA for 6ad5376
graalpython/com.oracle.graal.python.test/src/tests/standalone/test_jbang_integration.py
@@ -224,8 +224,6 @@ def test_graalpy_template(self):
224
@unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
225
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
226
def test_graalpy_template_native(self):
227
- self.skip() # GR-58222
228
-
229
template_name = "graalpy"
230
test_file = "graalpy_test.java"
231
work_dir = self.tmpdir
0 commit comments