-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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.Net.Security.Tests timing out #64943
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
Seems to only be on Server2022 - likely related to / the same as #64941. A bunch of the tests are failing with similar errors:
|
Yes, we should use this opportunity to fix the tests to fail instead of hanging. |
@wfurt The It looks like a mix of still trying to use a protocol that is not available:
Getting a different exception type (because of the missing availability?):
And the xunit exception for skipping a test being thrown and not caught during remote execution:
|
Filed the actual test failures as a separate issue so that runfo will track it: #65098 |
Runfo Tracking Issue: System.Net.Security.Tests timing out
Build Result Summary
The text was updated successfully, but these errors were encountered: