10000 Re-decorate function to flaky in test_glob · python/cpython@0dc2487 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0dc2487

Browse files
committed
Re-decorate function to flaky in test_glob
1 parent 806df62 commit 0dc2487

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_glob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ class SymlinkLoopGlobTests(unittest.TestCase):
521521
# gh-109959: On Linux, glob._isdir() and glob._lexists() can return False
522522
# randomly when checking the "link/" symbolic link.
523523
# https://github.com/python/cpython/issues/109959#issuecomment-2577550700
524+
@requires_resource('flaky')
524525
def test_selflink(self):
525526
tempdir = TESTFN + "_dir"
526527
os.makedirs(tempdir)

0 commit comments

Comments
 (0)
0