Skip to content

Commit 88616ba

Browse files
committed
test(ci, android): only run one emulator test at once
the idea of having an exercise of android emulator at our lowest supported API is temping, but it has not been stable in practice
1 parent 7d97eb0 commit 88616ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
# 23-25, 28-29 appears to work locally but fails in CI
3939
# 26 does not support performance tracing due to hardware acceleration bugs
4040
# min-possible + max-possible skew looks like 29 and 34 then
41-
api-level: [30, 34]
41+
# running anything below 34 fails at the moment though, so using only it for now
42+
api-level: [34]
4243
arch: [x86_64]
4344
target: [google_apis]
4445
# This is useful for benchmarking, do 0, 1, 2, etc (up to 256 max job-per-matrix limit) for averages

0 commit comments

Comments
 (0)