From 55e848947ab7e57fd19e4830ddc66b598eb38b6b Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Thu, 16 Apr 2026 13:26:08 +0200 Subject: [PATCH] fix(ci): Remove flaky Android 14 configuration from CI workflow The Android 14 emulator seems to often silently drop the notification, causing the tests to fail. Let's remove it for now. --- .github/workflows/integration-tests-ui-critical.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration-tests-ui-critical.yml b/.github/workflows/integration-tests-ui-critical.yml index 46b9665a09..62d7d83466 100644 --- a/.github/workflows/integration-tests-ui-critical.yml +++ b/.github/workflows/integration-tests-ui-critical.yml @@ -67,10 +67,6 @@ jobs: target: google_apis channel: canary # Necessary for ATDs arch: x86_64 - - api-level: 34 # Android 14 - target: google_apis - channel: canary # Necessary for ATDs - arch: x86_64 - api-level: 35 # Android 15 target: google_apis channel: canary # Necessary for ATDs