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 54c9597 commit febe67bCopy full SHA for febe67b
Lib/test/test_glob.py
@@ -385,6 +385,10 @@ def test_glob_many_open_files(self):
385
@skip_unless_symlink
386
class SymlinkLoopGlobTests(unittest.TestCase):
387
388
+ # gh-109959: On Linux, glob._isdir() and glob._lexists() can return False
389
+ # randomly when checking the "link/" symbolic link.
390
+ # https://github.com/python/cpython/issues/109959#issuecomment-2577550700
391
+ @unittest.skip("flaky test")
392
def test_selflink(self):
393
tempdir = TESTFN + "_dir"
394
os.makedirs(tempdir)
0 commit comments