From 8677ffbe8a85aee5f20943a05a31fb6883c11e32 Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 5 Feb 2025 09:09:14 +0000 Subject: [PATCH] test(end2end): skip the startup ANR tests on Android 14 --- features/full_tests/startup_anr.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/full_tests/startup_anr.feature b/features/full_tests/startup_anr.feature index 2dcf1657bc..b1ad2f5edc 100644 --- a/features/full_tests/startup_anr.feature +++ b/features/full_tests/startup_anr.feature @@ -7,9 +7,10 @@ Feature: onCreate ANR # and then terminate the "misbehaving" app with a KILL (9) signal (almost like the ANR code doesn't # fire at all). Since we can't cover a KILL signal in a test, we skip Android 10. @skip_android_10 -# Android 13 Note: we no longer have permission to inject BACK button events, which are used to +# Android 13+ Note: we no longer have permission to inject BACK button events, which are used to # trigger the ANR - so the test is not valid on Android 13 either @skip_android_13 + @skip_android_14 Scenario: onCreate ANR is reported When I clear any error dialogue And I run "ConfigureStartupAnrScenario"