Skip to content

Commit

Permalink
ci: fix test failure on API 26
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 21, 2024
1 parent b791a54 commit 2dfee6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/adbe-unittests-api26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --user -r requirements.txt
make test_python3
# Ref: https://github.com/ReactiveCircus/android-emulator-runner/issues/385
- name: Kill crashpad_handler processes
run: |
pkill -SIGTERM crashpad_handler || true
sleep 5
pkill -SIGKILL crashpad_handler || true

0 comments on commit 2dfee6a

Please sign in to comment.