Skip to content

Commit

Permalink
pythongh-108996: Skip broken test_msvcrt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 8, 2023
1 parent 5b7303e commit 626a0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/test/test_msvcrt.py
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 626a0cf

Please sign in to comment.