Skip to content

Commit dea30b7

Browse files
committed
Fixing comment
1 parent e7dbae8 commit dea30b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_graalpy_template(self):
230230
self.assertTrue(expected_text in out, f"Expected text:\n{expected_text}\nbut in stdout was:\n{out}")
231231

232232
@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")
233+
# @unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
234234
@unittest.skipUnless('win32' not in sys.platform, "Currently the jbang native image on Win gate fails.")
235235
def test_graalpy_template_native(self):
236236
template_name = "graalpy"

0 commit comments

Comments
 (0)