Skip to content

Commit c05506f

Browse files
committed
Drop Android tests (for now)
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
1 parent b2cdf50 commit c05506f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@ jobs:
8383
cd Samples/Beyond.NET.Sample.Native
8484
./publish_android_arm64
8585
86-
- name: run Android tests (macOS)
87-
if: "success() && matrix.env.OS == 'macOS'"
88-
uses: reactivecircus/android-emulator-runner@v2
89-
with:
90-
api-level: 31
91-
arch: arm64-v8a
92-
target: google_apis
93-
disable-animations: true
94-
force-avd-creation: false
95-
emulator-boot-timeout: 120
96-
emulator-options: -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
97-
working-directory: Samples/Beyond.NET.Sample.Android
98-
script: ./gradlew connectedAndroidTest
86+
#- name: run Android tests (macOS)
87+
# if: "success() && matrix.env.OS == 'macOS'"
88+
# uses: reactivecircus/android-emulator-runner@v2
89+
# with:
90+
# api-level: 31
91+
# arch: arm64-v8a
92+
# target: google_apis
93+
# disable-animations: true
94+
# force-avd-creation: false
95+
# emulator-boot-timeout: 120
96+
# emulator-options: -no-audio -no-boot-anim -no-window -no-snapshot-save -gpu off -camera-back none
97+
# working-directory: Samples/Beyond.NET.Sample.Android
98+
# script: ./gradlew connectedAndroidTest
9999

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

0 commit comments

Comments
 (0)