-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[release/9.0] Backport Azure Linux test changes #106980
Conversation
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones |
Tagging @artl93 for review (and merge) into release/9.0. Merging this into release/9.0 will address test failures running against Azure Linux 3.0, getting us to a good baselines in that branch for RC2/GA/Servicing.
|
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.
M2 approved
Backport of #106554, #106698, #106565, and #106835 to release/9.0
/cc @bartonjs @jeffhandley
Customer Impact
These are test-only changes to react to Azure Linux 3.0. Azure Linux 3.0 disables certain cryptographic algorithms that we have unit tests for. This pull request disables those tests when run on Azure Linux.
Regression
Testing
Existing tests continue to pass on other Linux distributions. The test changes were validated against Azure Linux 3.0 locally.
Risk
None. Test only changes.