Skip to content

Commit

Permalink
Disable instrumentation tests for api 25
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed Nov 25, 2024
1 parent dff12c2 commit 159751c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
- name: Instrumentation tests
continue-on-error: ${{ matrix.api-level == 25}} # TODO: Figure out why this fails on API 25
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit 159751c

Please sign in to comment.