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 fca5893 commit 6382e11Copy full SHA for 6382e11
graalpython/com.oracle.graal.python.test/src/tests/standalone/test_jbang_integration.py
@@ -214,6 +214,8 @@ def test_graalpy_template(self):
214
@unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
215
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
216
def test_graalpy_template_native(self):
217
+ self.skip() # GR-58222
218
+
219
template_name = "graalpy"
220
test_file = "graalpy_test.java"
221
work_dir = self.tmpdir
0 commit comments