Stop running instrumentation tests for SDK 33
This commit is contained in:
parent
19bfc41d95
commit
aa1c710624
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
android_target: [ 33, 34 ]
|
android_target: [ 34 ]
|
||||||
emulator_type: [ aosp_atd ]
|
emulator_type: [ aosp_atd ]
|
||||||
d2d_backup_test: [ true, false ]
|
d2d_backup_test: [ true, false ]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue