We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a8d92 commit 1153e66Copy full SHA for 1153e66
Lib/test/test_glob.py
@@ -511,6 +511,10 @@ def fn(pat):
511
@skip_unless_symlink
512
class SymlinkLoopGlobTests(unittest.TestCase):
513
514
+ # gh-109959: On Linux, glob._isdir() and glob._lexists() can return False
515
+ # randomly when checking the "link/" symbolic link.
516
+ # https://github.com/python/cpython/issues/109959#issuecomment-2577550700
517
+ @unittest.skip("flaky test")
518
def test_selflink(self):
519
tempdir = TESTFN + "_dir"
520
os.makedirs(tempdir)
0 commit comments