Uh oh!
There was an error while loading. Please reload this page.
[release/7.0-staging] [tests] Disables tests on Apple mobile platforms - #95861
Conversation
ghost
commented
Dec 11, 2023
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:
|
ghost
commented
Dec 11, 2023
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
|
ericstj
commented
Dec 12, 2023
Test only changes don't require ask-mode. Marking this as approved. |
carlossanlop
left a comment
There was a problem hiding this comment.
LGTM. Thanks for your help figuring this out.
carlossanlop
commented
Dec 12, 2023
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.