Skip to content

Commit

Permalink
Remove instrumentation tests on API 34
Browse files Browse the repository at this point in the history
The Android emulator is failing to start with API 34, so disable tests on that API level for now.
  • Loading branch information
MGaetan89 authored and utzcoz committed Feb 7, 2024
1 parent 3da6da2 commit c7b6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Allow tests to continue on other devices if they fail on one device.
fail-fast: false
matrix:
api-level: [ 29, 34 ]
api-level: [ 29 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c7b6289

Please sign in to comment.