Skip to content

Commit 5e52c71

Browse files
committed
Skip test_handling_bad_descriptor
1 parent d858594 commit 5e52c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pathlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,7 @@ def test_expanduser(self):
22572257

22582258
@unittest.skipIf(sys.platform != "darwin",
22592259
"Bad file descriptor in /dev/fd affects only macOS")
2260+
@unittest.skip("TODO: RUSTPYTHON")
22602261
def test_handling_bad_descriptor(self):
22612262
try:
22622263
file_descriptors = list(pathlib.Path('/dev/fd').rglob("*"))[3:]

0 commit comments

Comments
 (0)