Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PR inconsistent test failure #8094

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo.
MiYanni committed Jun 11, 2024
commit ac5657cb46a630416d838360a85e189d45e6da61
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ public void Dispose()
catch (Exception e) when (e is UnauthorizedAccessException or IOException)
{
// Failed to delete the temporary test folders.
// There may be some access being released prior to this dispose or the machine holding an handle to inner files/folders.
// There may be some access being released prior to this dispose or the machine holding a handle to inner files/folders.
// No need to worry that deletion failed since these folders are in the Temp directory anyway.
// See: https://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true
}