ci(connectivity_plus): migrate android workflows to ubuntu-24.04 and kvm#3849
ci(connectivity_plus): migrate android workflows to ubuntu-24.04 and kvm#3849mdmahendri wants to merge 1 commit into
Conversation
|
The Android workflow migration is a success and running as expected. The unrelated macOS/iOS and Note on API Level 24 Failure: the integration test failure on Android API 24 is a pre-existing issue and is unrelated to this runner migration. Upon investigation, the failure comes from a legacy architectural behavior in older Android emulators. For API levels below 25, the emulator does not provision a simulated Wi-Fi access point (AndroidWifi) out of the box. This is confirmed by archived Android Developer Documentation obtained from this StackOverflow question:
Because the tests expect network state that does not exist on API 24 environments, this test fails. This can be patched in a separate PR. |
Description
This is part of migration across the repository's packages. For the full description, please refer to the pull request #3847