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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-[MGLMapSnapshotterTests testRuntimeStyling] has failed intermittently on CI ever since #189 (comment). I refactored a helper method to add another snapshotter test that was ultimately disabled; not sure why it causes this test to become unreliable though.
/cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered:
I think the culprit is the changes in #189 to test #280. Instead of unconditionally looking at Null Island, the snapshotter is configured to snapshot whatever the style specifies as its default camera. But even in the runs that fail, the style finishes loading, the map transform finishes transitioning to the default camera, and mbgl::Map::Impl::onDidFinishRenderingMap() gets called (which would result in -[MGLMapViewDelegate mapViewDidFinishLoadingMap:] getting called in a map context).
-[MGLMapSnapshotterTests testRuntimeStyling]
has failed intermittently on CI ever since #189 (comment). I refactored a helper method to add another snapshotter test that was ultimately disabled; not sure why it causes this test to become unreliable though./cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: