From d481741e079b3fe1854e492ae449d281e61eb26e Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 4 Sep 2026 09:29:08 +0200 Subject: [PATCH] ci: Unpin Android E2E emulator build Removes the emulator-build: 15679343 pin from the "Test android production REV2" job. The pin worked around a canary emulator networking regression (37.1.6.0 build 15726199) that broke egress to the 10.0.2.2 mock server and external internet. This PR tests whether the current canary emulator has fixed that regression. Closes #6379 Co-Authored-By: Claude Opus 4.8 --- .github/workflows/sample-application.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index d29b7ce99d..45ab3001a2 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -462,11 +462,6 @@ jobs: uses: reactivecircus/android-emulator-runner@a421e43855164a8197daf9d8d40fe71c6996bb0d # pin@v2.38.0 with: api-level: ${{ env.ANDROID_API_LEVEL }} - # Pin the emulator binary: canary 37.1.6.0 (build 15726199) broke emulator - # networking (no egress to 10.0.2.2 mock server or external internet), which - # makes the whole E2E suite time out. 37.1.5.0 (build 15679343) is the last - # known-good build. Remove once a fixed canary emulator ships. - emulator-build: 15679343 force-avd-creation: false disable-animations: true disable-spellchecker: true