Skip to content

Commit 7c177ef

Browse files
committed
Temporarily disable mx python-update-unittest-tags
1 parent c39bdb5 commit 7c177ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ def _fetch_tags_for_platform(parsed_args, platform):
508508

509509

510510
def update_unittest_tags(args):
511+
sys.exit("[GR-59659] This command is temporarily disabled. If you're doing rota, just skip this step")
511512
parser = ArgumentParser('mx python-update-unittest-tags')
512513
parser.add_argument('tags_directory_url')
513514
parser.add_argument('--untag', action='store_true', help="Allow untagging existing tests")

0 commit comments

Comments
 (0)