fenix
fenix copied to clipboard
Tracking UI Tests disabled with frequent ANR [API 30]
See: https://github.com/mozilla-mobile/fenix/issues/24047 See: https://bugzilla.mozilla.org/show_bug.cgi?id=1764605
The following tests were disabled to land API30 work as they were frequently hitting ANRs in the Client on Firebase.
- mediaSystemNotificationInPrivateModeTest
- launchLinksInPrivateToggleOffStateDoesntChangeTest
- testStrictVisitDisableExceptionToggle
- homeThreeDotMenuItemsTest
- testSignInPageWithNoNetworkConnection
┆Issue is synchronized with this Jira Task
Ran all the 5 disable tests and learned the following from the logs:
• testSignInPageWithNoNetworkConnection
- test run to completion and afterwards it fails due to the ANR
• homeThreeDotMenuItemsTest
- The last performed action was to close the "What's new" tab
• mediaSystemNotificationInPrivateModeTest
- The last performed action was to close the private media tab
• testStrictVisitDisableExceptionToggle
- The last performed action was to open the protection settings
• launchLinksInPrivateToggleOffStateDoesntChangeTest
- The last performed action was to search and open the home screen shortcut
verifyContextMixedVariations
got disabled today in #25277
audioPlaybackSystemNotificationTest
got disabled today in #25343
videoPlaybackSystemNotificationTest hit this crash too (currently disabled).
verifyAboutFirefoxPreview
got disabled today in #25694
testDownloadPrompt
got disabled today in #26266
mainMenuOpenInAppTest
got disabled today in #26317
Re-enabled in #27058
testDownloadPrompt
testSignInPageWithNoNetworkConnection
launchLinksInPrivateToggleOffStateDoesntChangeTest
verifyAboutFirefoxPreview
re-enabled in #27134
videoPlaybackSystemNotificationTest
re-enabled in #27060
mediaSystemNotificationInPrivateModeTest
re-enabled in #27060
mainMenuOpenInAppTest
re-enabled in #27060
verifyContextMixedVariations
re-enabled in #27060
homeThreeDotMenuItemsTest
re-enabled in #27060
audioPlaybackSystemNotificationTest
re-enabled in #27060
testStrictVisitDisableExceptionToggle
re-enabled in #27060