10000
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 806df62 commit 0dc2487Copy full SHA for 0dc2487
Lib/test/test_glob.py
@@ -521,6 +521,7 @@ class SymlinkLoopGlobTests(unittest.TestCase):
521
# gh-109959: On Linux, glob._isdir() and glob._lexists() can return False
522
# randomly when checking the "link/" symbolic link.
523
# https://github.com/python/cpython/issues/109959#issuecomment-2577550700
524
+ @requires_resource('flaky')
525
def test_selflink(self):
526
tempdir = TESTFN + "_dir"
527
os.makedirs(tempdir)
0 commit comments