Skip to content

Commit c243ed6

Browse files
fangereransalond
authored andcommitted
Disable tests requiring excluded graalpy-archetype-polyglot-app
1 parent fa9c014 commit c243ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def get_graalvm_version():
109109
return graalvmVersion
110110

111111

112+
@unittest.skipUnless(False, "CPU release")
112113
class PolyglotAppTest(unittest.TestCase):
113114

114115
def setUpClass(self):

0 commit comments

Comments
 (0)