Skip to content

Commit 15988a2

Browse files
committed
test(end2end): skip the startup ANR tests on Android 14
1 parent c9f3e0d commit 15988a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/full_tests/startup_anr.feature

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Feature: onCreate ANR
77
# and then terminate the "misbehaving" app with a KILL (9) signal (almost like the ANR code doesn't
88
# fire at all). Since we can't cover a KILL signal in a test, we skip Android 10.
99
@skip_android_10
10-
# Android 13 Note: we no longer have permission to inject BACK button events, which are used to
10+
# Android 13+ Note: we no longer have permission to inject BACK button events, which are used to
1111
# trigger the ANR - so the test is not valid on Android 13 either
1212
@skip_android_13
13+
@skip_android_14
1314
Scenario: onCreate ANR is reported
1415
When I clear any error dialogue
1516
And I run "ConfigureStartupAnrScenario"

0 commit comments

Comments
 (0)