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
When running the unit tests in Xcode 12, sometimes the tests crash randomly in the SDLLifecycleManagerSpec.
If only the unit tests for the SDLLifecycleManagerSpec class are run, everything passes, but if all test cases are run at once there is a crash that can be backtracked to the SDLLifecycleManagerSpec.
Reproduction Steps
Run all the unit tests
Expected Behavior
No crashes.
Observed Behavior
Sometimes the tests crash.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 7.0
Testing Against: n/a
The text was updated successfully, but these errors were encountered:
Bug Report
When running the unit tests in Xcode 12, sometimes the tests crash randomly in the
SDLLifecycleManagerSpec
.If only the unit tests for the
SDLLifecycleManagerSpec
class are run, everything passes, but if all test cases are run at once there is a crash that can be backtracked to theSDLLifecycleManagerSpec
.Reproduction Steps
Expected Behavior
No crashes.
Observed Behavior
Sometimes the tests crash.
OS & Version Information
The text was updated successfully, but these errors were encountered: