mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
7
.github/workflows/_kotlin.yml
vendored
7
.github/workflows/_kotlin.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user