gh-108996: Skip broken test_msvcrt for now (#109169)

This commit is contained in:
Victor Stinner 2023-09-09 01:56:53 +02:00 committed by GitHub
parent ac8409b38b
commit 2fafc3d5c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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