From 989596cd3589a5d3c2f5b3d3d96dd75c8843afd5 Mon Sep 17 00:00:00 2001 From: Jamil Date: Sun, 5 May 2024 07:17:35 -0700 Subject: [PATCH] ci: Disable android UI tests due to timeouts / flakiness (#4891) See https://github.com/firezone/firezone/pull/4178#issuecomment-2094815889 --- .github/workflows/_kotlin.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_kotlin.yml b/.github/workflows/_kotlin.yml index c35b20056..c3d7a30ea 100644 --- a/.github/workflows/_kotlin.yml +++ b/.github/workflows/_kotlin.yml @@ -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