diff --git a/features/full_tests/startup_anr.feature b/features/full_tests/startup_anr.feature index 2dcf1657b..b1ad2f5ed 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"