Skip to content

Commit ff296fb

Browse files
terryluan12youknowone
authored andcommitted
Skipped the test_cleanup_with_symlink_modes test
1 parent 3490742 commit ff296fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_tempfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,6 +1735,7 @@ def test_cleanup_with_symlink_to_a_directory(self):
17351735
d2.cleanup()
17361736

17371737
@os_helper.skip_unless_symlink
1738+
@unittest.skip('TODO: RUSTPYTHON; No such file or directory "..."')
17381739
def test_cleanup_with_symlink_modes(self):
17391740
# cleanup() should not follow symlinks when fixing mode bits (#91133)
17401741
with self.do_create(recurse=0) as d2:

0 commit comments

Comments
 (0)