[release/10.0] Disable failing iOS device tests#130472
Open
vitek-karas wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e1f236c5-5883-4685-bf00-3bbe551f7a2d
Contributor
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables two iOS device-only functional test projects on the release/10.0 servicing branch by marking them as IgnoreForCI, aligning with the stated intent that the servicing CI/device infrastructure won’t be maintained on newer macOS versions and that these tests no longer provide useful CI signal.
Changes:
- Mark
iOS.Device.Aot.TestasIgnoreForCIto prevent CI from attempting to build/archive/run it. - Mark
iOS.Device.ExportManagedSymbols.TestasIgnoreForCIto prevent CI from attempting to build/archive/run it. - Add a short project-level comment documenting the rationale.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/tests/FunctionalTests/iOS/Device/AOT/iOS.Device.Aot.Test.csproj | Adds IgnoreForCI=true (with rationale comment) to disable this device-only test in CI on the servicing branch. |
| src/tests/FunctionalTests/iOS/Device/ExportManagedSymbols/iOS.Device.ExportManagedSymbols.Test.csproj | Adds IgnoreForCI=true (with rationale comment) to disable this device-only test in CI on the servicing branch. |
kotlarmilos
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
iOS.Device.Aot.TestandiOS.Device.ExportManagedSymbols.Teston this servicing branch.Related to #119665.
Testing
Not run locally because these tests require physical iOS device infrastructure. CI will validate the change.
Note
This PR description was generated by GitHub Copilot.