Skip to content

Commit 2ec8fff

Browse files
committed
Temporarily disable test_tp_slots on windows
1 parent 3544380 commit 2ec8fff

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
@@ -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)