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

Partially disable test #59760

Merged
merged 1 commit into from
Sep 30, 2021
Merged

Partially disable test #59760

merged 1 commit into from
Sep 30, 2021

Conversation

danmoseley
Copy link
Member

Fixes #33148

Sometimes file enumeration does not return the special "." directory. On Windows 11 this is now happening far more often. Disabling this part on there. My assumption is that this is not high priority to investigate as any app can assume it's there.

@ghost
Copy link

ghost commented Sep 29, 2021

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #33148

Sometimes file enumeration does not return the special "." directory. On Windows 11 this is now happening far more often. Disabling this part on there. My assumption is that this is not high priority to investigate as any app can assume it's there.

Author: danmoseley
Assignees: -
Labels:

area-System.IO

Milestone: -

@mdh1418
Copy link
Member

mdh1418 commented Sep 29, 2021

The failures on Android lanes in runtime-staging are issued here and will be activeIssued in #59762
The System.Collections.Tests failure is because of #59488 and will have a temporary fix in the same PR.
Not sure why the iOS arm64 lane is timing out for just 5 suites... maybe just unlucky with the osx hosted pool machines

@danmoseley danmoseley merged commit 96d72db into dotnet:main Sep 30, 2021
@danmoseley danmoseley deleted the disable.dotdot branch September 30, 2021 00:31
@zlatanov

This comment has been minimized.

@ghost ghost locked as resolved and limited conversation to collaborators Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.IO.Tests.Enumeration.SpecialDirectoryTests_Enumerable.SkippingHiddenFiles test fails on Windows 10 2004
5 participants