]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-108996: Skip broken test_msvcrt for now (#109169)
authorVictor Stinner <vstinner@python.org>
Fri, 8 Sep 2023 23:56:53 +0000 (01:56 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 23:56:53 +0000 (23:56 +0000)
Lib/test/test_msvcrt.py

index adf4e26b98ac5552e66a3e2feee4fdb1334f8f3b..3a63de351e095d4d9514f111bf1096c0fe09a60e 100644 (file)
@@ -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