Skip to content

Commit 6382e11

Browse files
committed
Skip JBang test on native image for now
1 parent fca5893 commit 6382e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ def test_graalpy_template(self):
214214
@unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
215215
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
216216
def test_graalpy_template_native(self):
217+
self.skip() # GR-58222
218+
217219
template_name = "graalpy"
218220
test_file = "graalpy_test.java"
219221
work_dir = self.tmpdir

0 commit comments

Comments
 (0)