Skip to content

Commit 2fafc3d

Browse files
authored
gh-108996: Skip broken test_msvcrt for now (#109169)
1 parent ac8409b commit 2fafc3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_msvcrt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import sys
33
import unittest
44

5+
raise unittest.SkipTest("FIXME! broken test see: https://github.com/python/cpython/pull/109004")
6+
57
from test.support import os_helper
68
from test.support.os_helper import TESTFN, TESTFN_ASCII
79

0 commit comments

Comments
 (0)