Skip to content

Commit

Permalink
gh-108996: Skip broken test_msvcrt for now (#109169)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Sep 8, 2023
1 parent ac8409b commit 2fafc3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_msvcrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fafc3d

Please sign in to comment.