We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8409b commit 2fafc3dCopy full SHA for 2fafc3d
Lib/test/test_msvcrt.py
@@ -2,6 +2,8 @@
2
import sys
3
import unittest
4
5
+raise unittest.SkipTest("FIXME! broken test see: https://github.com/python/cpython/pull/109004")
6
+
7
from test.support import os_helper
8
from test.support.os_helper import TESTFN, TESTFN_ASCII
9
0 commit comments