File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
graalpython/com.oracle.graal.python.test/src/tests/standalone Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,10 @@ def test_graalpy_template(self):
228
228
229
229
self .assertTrue (result == 0 , f"Execution failed with code { result } \n command: { command } \n stdout: { out } \n " )
230
230
self .assertTrue (expected_text in out , f"Expected text:\n { expected_text } \n but in stdout was:\n { out } " )
231
-
232
- @unittest .skipUnless (is_enabled , "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true" )
233
- @unittest .skipUnless ('win' not in sys .platform , "Currently the jbang native image on Win gate fails." )
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")
234
+ @unittest .skipUnless ('win32' not in sys .platform , "Currently the jbang native image on Win gate fails." )
234
235
def test_graalpy_template_native (self ):
235
236
template_name = "graalpy"
236
237
test_file = "graalpy_test.java"
You can’t perform that action at this time.
0 commit comments