Skip to content

Commit e2acb9a

Browse files
committed
Change gate name for polyglot isolates testing
1 parent ec9086e commit e2acb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ def nativeclean(args):
531531
class GraalPythonTags(object):
532532
junit = 'python-junit'
533533
junit_maven = 'python-junit-maven'
534-
junit_maven_isolates = 'python-junit-maven-isolates'
534+
junit_maven_isolates = 'python-junit-polyglot-isolates'
535535
unittest = 'python-unittest'
536536
unittest_cpython = 'python-unittest-cpython'
537537
unittest_sandboxed = 'python-unittest-sandboxed'

0 commit comments

Comments
 (0)