We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3490742 commit ff296fbCopy full SHA for ff296fb
Lib/test/test_tempfile.py
@@ -1735,6 +1735,7 @@ def test_cleanup_with_symlink_to_a_directory(self):
1735
d2.cleanup()
1736
1737
@os_helper.skip_unless_symlink
1738
+ @unittest.skip('TODO: RUSTPYTHON; No such file or directory "..."')
1739
def test_cleanup_with_symlink_modes(self):
1740
# cleanup() should not follow symlinks when fixing mode bits (#91133)
1741
with self.do_create(recurse=0) as d2:
0 commit comments