Closed
Bug 2035548
Opened 2 months ago
Closed 2 months ago
Fix tests/downloads/test_add_zip_type.py on Mac and Linux
Categories
(Mozilla QA :: STArFox, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tracy, Assigned: benchatt)
References
(Blocks 1 open bug)
Details
tests/downloads/test_add_zip_type.py fails with error on Mac: FAILED tests/downloads/test_add_zip_type.py::test_add_zip_type - PermissionError: [Errno 1] Operation not permitted: '/Users/tracy/Downloads/api-guidelines-vNext' On Linux it also fails in _delete_files(), it's trying to delete a directory, not a file (which doesn't seem to be allowed). Test PASS on Windows
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → bchatterton
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 months ago
|
||
fixed by PR 1288
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•