Skip to content

Commit b43a021

Browse files
authored
refactor(test): Changing android emulator for e2e workflow from pixel_2 to pixel_9 (#3926)
## Description Updated the Android E2E workflow emulator from Pixel 2 to Pixel 9. The lower resolution of the Pixel 2 (1080x1920) appeared to be a likely source of test instability, as limited screen real estate often resulted in elements overlapping or being cut off. We believe that switching to the Pixel 9 (1080x2424) will improve E2E reliability by providing a larger, more modern viewport. However, we are still monitoring the results to confirm if this change fully addresses the flakiness of the tests. ## Changes - android-e2e-test-fabric.yml: Changed profile from pixel_2 to pixel_9.
1 parent 34d5190 commit b43a021

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-e2e-test-fabric.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
api-level: ${{ env.API_LEVEL }}
9696
target: default
97-
profile: pixel_2
97+
profile: pixel_9
9898
ram-size: '4096M'
9999
disk-size: '10G'
100100
disable-animations: false
@@ -110,7 +110,7 @@ jobs:
110110
working-directory: ${{ env.WORKING_DIRECTORY }}
111111
api-level: ${{ env.API_LEVEL }}
112112
target: default
113-
profile: pixel_2
113+
profile: pixel_9
114114
ram-size: '4096M'
115115
disk-size: '10G'
116116
disable-animations: false

0 commit comments

Comments
 (0)