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