Commit aeac6d9
authored
Rollup merge of #156562 - lms0806:issue_156558, r=Mark-Simulacrum
Resolving Windows environment test failures
This resolves an issue where the `fs::tests::test_fs_set_times follows symlink` and `fs::tests::test_fs_set_times_nofollow` tests failed locally due to permission issues in a Windows environment.
The code has been modified so that these tests do not proceed if permissions are not granted.
Since these tests can be passed with the necessary permissions via CI before merging, I believe it is appropriate for them to pass locally due to permission issues rather than fail.
Close #1565581 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2363 | 2363 | | |
2364 | 2364 | | |
2365 | 2365 | | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
2366 | 2369 | | |
2367 | 2370 | | |
2368 | 2371 | | |
| |||
2461 | 2464 | | |
2462 | 2465 | | |
2463 | 2466 | | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
2464 | 2470 | | |
2465 | 2471 | | |
2466 | 2472 | | |
| |||
0 commit comments