We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f3e0d commit 15988a2Copy full SHA for 15988a2
features/full_tests/startup_anr.feature
@@ -7,9 +7,10 @@ Feature: onCreate ANR
7
# and then terminate the "misbehaving" app with a KILL (9) signal (almost like the ANR code doesn't
8
# fire at all). Since we can't cover a KILL signal in a test, we skip Android 10.
9
@skip_android_10
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
11
# trigger the ANR - so the test is not valid on Android 13 either
12
@skip_android_13
13
+ @skip_android_14
14
Scenario: onCreate ANR is reported
15
When I clear any error dialogue
16
And I run "ConfigureStartupAnrScenario"
0 commit comments