Skip to content

Commit a99c02f

Browse files
remove api level 29, the test would succeed but the runner timeout on killing the emulator
1 parent 0cf0a0c commit a99c02f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/integration-tests-ui-critical.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,10 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
include:
58-
- api-level: 29 # Android 10
59-
target: default
60-
channel: stable
61-
arch: x86
6258
- api-level: 30 # Android 11
6359
target: aosp_atd
6460
channel: canary # Necessary for ATDs
65-
arch: x86
61+
arch: x86_64
6662
- api-level: 31 # Android 12
6763
target: aosp_atd
6864
channel: canary # Necessary for ATDs

0 commit comments

Comments
 (0)