Skip to content

Commit

Permalink
test(end2end): skip the startup ANR tests on Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Feb 5, 2025
1 parent 88588d8 commit 8677ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/full_tests/startup_anr.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8677ffb

Please sign in to comment.