-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Infra] Re-enable Android emulator tests #118434
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
[Infra] Re-enable Android emulator tests #118434
Conversation
…e targets and enable Android emulator tests
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.
Pull Request Overview
This PR reverts infrastructure changes related to test timeouts and re-enables Android emulator testing. The changes address two specific GitHub issues by removing explicit launch timeouts that were previously added for Apple mobile testing and re-enabling Android x64 platform tests that were temporarily disabled.
Key changes:
- Removes explicit
LaunchTimeout
configurations for Apple mobile XHarness tests - Re-enables Android x64 platform tests in the runtime pipeline
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/tests/Common/helixpublishwitharcade.proj | Removes LaunchTimeout metadata from XHarnessAppBundleToTest items for Apple mobile tests |
src/libraries/sendtohelix-mobile.targets | Removes LaunchTimeout metadata from XHarnessAppBundleToTest items in mobile library tests |
eng/pipelines/runtime.yml | Re-enables android_x64 platform testing by uncommenting it in the platforms list |
/azp run runtime-extra-platforms |
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR re-enables Android emulator tests.
Fixes #117704