Skip to content

Commit cc534d2

Browse files
authored
Fix failing reason (RustPython#6370)
1 parent 904cc0a commit cc534d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
# test_glob: many failing tests
2323
# test_io: many failing tests
2424
# test_os: many failing tests
25-
# test_pathlib: support.rmtree() failing
25+
# test_pathlib: panic by surrogate chars
2626
# test_posixpath: OSError: (22, 'The filename, directory name, or volume label syntax is incorrect. (os error 123)')
2727
# test_venv: couple of failing tests
2828
WINDOWS_SKIPS: >-

0 commit comments

Comments
 (0)