[Infra] Re-enable Android emulator tests#118434
Conversation
…e targets and enable Android emulator tests
There was a problem hiding this comment.
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
LaunchTimeoutconfigurations 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