Skip to content

[release/10.0] Disable failing iOS device tests#130472

Open
vitek-karas wants to merge 1 commit into
dotnet:release/10.0from
vitek-karas:disable-ios-device-tests-10
Open

[release/10.0] Disable failing iOS device tests#130472
vitek-karas wants to merge 1 commit into
dotnet:release/10.0from
vitek-karas:disable-ios-device-tests-10

Conversation

@vitek-karas

Copy link
Copy Markdown
Member

Summary

  • Disable iOS.Device.Aot.Test and iOS.Device.ExportManagedSymbols.Test on this servicing branch.
  • The tests only run on physical iOS devices and no longer provide useful CI signal.
  • The servicing test infrastructure will not be updated for newer macOS versions.

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.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: e1f236c5-5883-4685-bf00-3bbe551f7a2d
Copilot AI review requested due to automatic review settings July 10, 2026 10:34
@vitek-karas vitek-karas marked this pull request as ready for review July 10, 2026 10:35
@vitek-karas vitek-karas requested a review from kotlarmilos July 10, 2026 10:35
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.Test as IgnoreForCI to prevent CI from attempting to build/archive/run it.
  • Mark iOS.Device.ExportManagedSymbols.Test as IgnoreForCI to 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants