-
Notifications
You must be signed in to change notification settings - Fork 5k
[release/7.0-staging] [tests] Disables tests on Apple mobile platforms #95861
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
[release/7.0-staging] [tests] Disables tests on Apple mobile platforms #95861
Conversation
Tagging subscribers to this area: @dotnet/area-system-formats-tar Issue DetailsBackport of #95757 to release/7.0-staging /cc @kotlarmilos Customer ImpactTestingRiskIMPORTANT: If this backport is for a servicing release, please verify that:
|
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsBackport of #95757 to release/7.0-staging /cc @kotlarmilos Customer ImpactIssue #88049 was opened by a team member. This PR disables failing tests on Apple mobile platforms. The tests utilize a temporary directory that exceeds the path length limit. There is no customer impact. This change is for testing only. TestingThe fix was tested on the main branch by executing the tests on the CI. RiskLow risk. It only disables library tests on Apple mobile platforms and does not involve any modifications to the runtime. The change doesn't affect code that ships in a NuGet package. Fixes #88049
|
Test only changes don't require ask-mode. Marking this as approved. |
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 for your help figuring this out.
Failures unrelated. Merging now. |
Backport of #95757 to release/7.0-staging
/cc @kotlarmilos
Customer Impact
Issue #88049 was opened by a team member.
This PR disables failing tests on Apple mobile platforms. The tests utilize a temporary directory that exceeds the path length limit. There is no customer impact. This change is for testing only.
Testing
The fix was tested on the main branch by executing the tests on the CI.
Risk
Low risk. It only disables library tests on Apple mobile platforms and does not involve any modifications to the runtime.
The change doesn't affect code that ships in a NuGet package.