File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
graalpython/com.oracle.graal.python.test/src/tests/standalone Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ def test_graalpy_template(self):
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
231
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" )
233
233
# @unittest.skipUnless(is_enabled, "ENABLE_JBANG_INTEGRATION_UNITTESTS is not true")
234
234
@unittest .skipUnless ('win32' not in sys .platform , "Currently the jbang native image on Win gate fails." )
235
235
def test_graalpy_template_native (self ):
You can’t perform that action at this time.
0 commit comments