Skip to content

Commit 1fe07f1

Browse files
vstinnerpicnixz
andauthored
Update Lib/test/test_glob.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 2b0d0be commit 1fe07f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_glob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ class SymlinkLoopGlobTests(unittest.TestCase):
514514
# gh-109959: On Linux, glob._isdir() and glob._lexists() can return False
515515
# randomly when checking the "link/" symbolic link.
516516
# https://github.com/python/cpython/issues/109959#issuecomment-2577550700
517-
@unittest.skipIf(True, "flaky test")
517+
@unittest.skip("flaky test")
518518
def test_selflink(self):
519519
tempdir = TESTFN + "_dir"
520520
os.makedirs(tempdir)

0 commit comments

Comments
 (0)