Skip to content

Commit 48289d2

Browse files
committed
[GR-54342] Reduce python darwin amd64 gates
PullRequest: graalpython/3351
2 parents e36f493 + e28b742 commit 48289d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "4922966e110f60c21ce0a24c1ff7557f9e4ed46a" }
1+
{ "overlay": "3c66d10b6906bfac081f2477bd2c6ffaf395ea33" }

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,7 @@ def graalpython_gate_runner(args, tasks):
14051405
"*/cpyext/test_thread.py",
14061406
"*/cpyext/test_unicode.py",
14071407
"*/cpyext/test_wiki.py",
1408+
"*/cpyext/test_tp_slots.py", # Temporarily disabled due to GR-54345
14081409
]
14091410
else:
14101411
excluded_tests = []

0 commit comments

Comments
 (0)