Skip to content

Commit a5924eb

Browse files
authored
fix(ci): Remove flaky Android 14 configuration from CI workflow (#5295)
The Android 14 emulator seems to often silently drop the notification, causing the tests to fail. Let's remove it for now.
1 parent 5b1a06b commit a5924eb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
target: google_apis
6868
channel: canary # Necessary for ATDs
6969
arch: x86_64
70-
- api-level: 34 # Android 14
71-
target: google_apis
72-
channel: canary # Necessary for ATDs
73-
arch: x86_64
7470
- api-level: 35 # Android 15
7571
target: google_apis
7672
channel: canary # Necessary for ATDs

0 commit comments

Comments
 (0)