From: Victor Stinner Date: Fri, 8 Sep 2023 23:56:53 +0000 (+0200) Subject: gh-108996: Skip broken test_msvcrt for now (#109169) X-Git-Tag: v3.13.0a1~528 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fafc3d5c6d720c9b9a4803dde60607fa44b89ce;p=thirdparty%2FPython%2Fcpython.git gh-108996: Skip broken test_msvcrt for now (#109169) --- diff --git a/Lib/test/test_msvcrt.py b/Lib/test/test_msvcrt.py index adf4e26b98ac..3a63de351e09 100644 --- a/Lib/test/test_msvcrt.py +++ b/Lib/test/test_msvcrt.py @@ -2,6 +2,8 @@ import os 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