Skip to content

Commit 404d775

Browse files
committed
Java and Python False, false
1 parent dea30b7 commit 404d775

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
@@ -229,7 +229,7 @@ def test_graalpy_template(self):
229229
self.assertTrue(result == 0, f"Execution failed with code {result}\n command: {command}\n stdout: {out}\n")
230230
self.assertTrue(expected_text in out, f"Expected text:\n{expected_text}\nbut in stdout was:\n{out}")
231231

232-
@unittest.skipUnless(false, "disabled the test until we will resolve the problem with maven and jcoding")
232+
@unittest.skipUnless(False, "disabled the test until we will resolve the problem with maven and jcoding")
233233
# @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):

0 commit comments

Comments
 (0)