You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kevinrenskers
changed the title
Fix flaky test testANRDetected_UpdatesAppStateToTrue
Fix broken test testANRDetected_UpdatesAppStateToTrue
Dec 13, 2022
kevinrenskers
changed the title
Fix broken test testANRDetected_UpdatesAppStateToTrue
Fix broken test testANRDetected_UpdatesAppStateToTrueDec 13, 2022
- The test calls `SentryWatchdogTerminationTrackingIntegration.anrDetected`.
- This calls `self.appStateManager.updateAppState`, but that uses the TestFileManager under the hood!
- `updateAppState` fails because `[self.fileManager readAppState]` returns `nil`.
Closes#2522
#skip-changelog
Description
It's been disabled for a while now, but we had no issue yet to actually fix it.
It's not a flaky test btw, it always fails, also locally.
The text was updated successfully, but these errors were encountered: