-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
System.IO.Tests.Enumeration.SpecialDirectoryTests_Enumerable.SkippingHiddenFiles test fails on Windows 10 2004 #33148
Comments
Interesting. @ViktorHofer does this fail consistently for you? |
No, not consistently. |
Just ran the tests again and it failed 3 out of 5 runs. |
Still failing for me locally with
|
With the addition of the Windows 11 test configuration, it's now failing fairly often and always on Windows 11. I looked at a number of the console outputs and its always the same as above. Maybe an OS bug that is now more common?
@dotnet/area-system-io might want to disable this line |
Hit in #59711 |
@dotnet/area-system-io suggest disabling for Windows 11, or only verifying ".." there. |
I'll do it |
This was hit again on
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=1606293&view=logs&j=8679535e-9046-505f-8bbe-da251e73ecbd&t=ab7958ed-5297-5b46-f99a-06ce433e067d&s=96ac2280-8cb4-5df5-99de-dd2da759617d |
@mdh1418 I'm guessing Windows Server 2022 and Windows 11 share the same "feature" and both need to be disabled the same way. Do you want to twiddle it? runtime/src/libraries/System.IO.FileSystem/tests/Enumeration/SpecialDirectoryTests.cs Line 64 in 96d72db
|
I can add to it, will put up a PR soon! |
OS build: 19574.1000
cc @JeremyKuhne @carlossanlop @jozkee
The text was updated successfully, but these errors were encountered: