mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-108996: Skip broken test_msvcrt for now (#109169)
This commit is contained in:
parent
ac8409b38b
commit
2fafc3d5c6
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
import sys
|
||||
import unittest
|
||||
|
||||
raise unittest.SkipTest("FIXME! broken test see: https://github.com/python/cpython/pull/109004")
|
||||
|
||||
from test.support import os_helper
|
||||
from test.support.os_helper import TESTFN, TESTFN_ASCII
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue