Skip to content

Commit

Permalink
Drop Android tests (for now)
Browse files Browse the repository at this point in the history
They're failing with:

```
HVF error: HV_UNSUPPORTED
qemu-system-aarch64-headless: failed to initialize HVF: Invalid argument
```

ref. https://github.com/royalapplications/beyondnet/actions/runs/12652684069/job/35255850116#step:9:124

Likely related to ReactiveCircus/android-emulator-runner#350
  • Loading branch information
nil4 committed Jan 7, 2025
1 parent b2cdf50 commit c05506f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ jobs:
cd Samples/Beyond.NET.Sample.Native
./publish_android_arm64
- name: run Android tests (macOS)
if: "success() && matrix.env.OS == 'macOS'"
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
arch: arm64-v8a
target: google_apis
disable-animations: true
force-avd-creation: false
emulator-boot-timeout: 120
emulator-options: -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
working-directory: Samples/Beyond.NET.Sample.Android
script: ./gradlew connectedAndroidTest
#- name: run Android tests (macOS)
# if: "success() && matrix.env.OS == 'macOS'"
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 31
# arch: arm64-v8a
# target: google_apis
# disable-animations: true
# force-avd-creation: false
# emulator-boot-timeout: 120
# emulator-options: -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
# working-directory: Samples/Beyond.NET.Sample.Android
# script: ./gradlew connectedAndroidTest

#- name: run Android tests (macOS)
# if: "success() && matrix.env.OS == 'macOS'"
Expand Down

0 comments on commit c05506f

Please sign in to comment.