ci: Disable android UI tests due to timeouts / flakiness (#4891)

See
https://github.com/firezone/firezone/pull/4178#issuecomment-2094815889
This commit is contained in:
Jamil
2024-05-05 07:17:35 -07:00
committed by GitHub
parent 8f977593a4
commit 989596cd35

View File

@@ -77,14 +77,17 @@ jobs:
./gradlew --info appDistributionUploadRelease uploadCrashlyticsSymbolFileRelease
ui-test:
# FIXME
# Currently flaky, see https://github.com/firezone/firezone/pull/4178#issuecomment-2094815889
if: false
name: ui-test-api-${{ matrix.api-level }}
strategy:
fail-fast: false
matrix:
include:
# TODO: Uncomment when this is fixed:
# TODO: These currently time out and/or fail intermittently.
# https://github.com/ReactiveCircus/android-emulator-runner/issues/385
# - api-level: 26
- api-level: 26
- api-level: 29
# Android SDK tools hardware accel is available only on Linux runners
runs-on: ubuntu-22.04