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