Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit2814263
committed
Add a missing PermissionError xfail on Windows
One of the tests that was commented as being skipped as a result ofSkipTest rasied in git.util.rmtree or one of the functions thatcalls it, test_git_submodule_compatibility, was not skipped in thatway and was actually failing on Windows with PermissionError. Itappears that the cause of failure changed over time, so that itonce involved rmtree but no longer does.This removes the outdated comment and adds an xfail mark instead,specific to PermissionError and with a message identifying where inthe test case's logic the PermissionError is currently triggered.1 parent8107cbf commit2814263
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
819 | 819 |
| |
820 | 820 |
| |
821 | 821 |
| |
822 |
| - | |
823 |
| - | |
824 |
| - | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
825 | 827 |
| |
826 | 828 |
| |
827 | 829 |
| |
|
0 commit comments
Comments
(0)