-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
add SupportsTls11 and SupportsTls12 to PlatformDetection avoid OS versions in tests #39482
Conversation
Tagging subscribers to this area: @dotnet/ncl |
This will have to be ported to Preview8 branch as well since there are failures there too. |
@dotnet/ncl this is hitting a few jobs, could someone please review, and we can fix preview 8 also? reopening PR to pick up fixes to WASM tests.. |
src/libraries/System.Net.Security/tests/FunctionalTests/ServerAsyncAuthenticateTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Security/tests/FunctionalTests/ServerAsyncAuthenticateTest.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…sions in tests (dotnet#39482) * add SupportsTls11 and SupportsTls12 to avoid OS versions in tests * feedback from review * fix condition
It seems like Debian10 does not want to do TLS1.1 by default. We may see more of the in the future.
fixes #39445