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 e7dbae8 commit dea30b7Copy full SHA for dea30b7
graalpython/com.oracle.graal.python.test/src/tests/standalone/test_jbang_integration.py
@@ -230,7 +230,7 @@ def test_graalpy_template(self):
230
self.assertTrue(expected_text in out, f"Expected text:\n{expected_text}\nbut in stdout was:\n{out}")
231
232
@unittest.skipUnless(false, "disabled the test until we will resolve the problem with maven and jcoding")
233
- //@unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
+# @unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
234
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
235
def test_graalpy_template_native(self):
236
template_name = "graalpy"
0 commit comments