Skip to content

Commit

Permalink
ci: Disable android UI tests due to timeouts / flakiness (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed May 5, 2024
1 parent 8f97759 commit 989596c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/_kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989596c

Please sign in to comment.