mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Disabled tests tracking

Open ShanMa1991 opened this issue 3 years ago • 1 comments

Right now we have the following tests disabled:

  • [ ] MapboxCoreNavigationTests.testArrive(), it fails on CI but run well locally
  • [ ] NavigationEventsManagerTests.testDepartRerouteArrive()
  • [ ] NavigationServiceTests.testLocationShouldUseHeading(), it's broken by PortableRoutecontroller & MBNavigator
  • [ ] DataCacheTests.testCacheKeyPerformance(), InstructionPresenterTests.testAbbreviationPerformance() and StepsViewControllerTests.testUpdateCellPerformance(), tracked in #1468
  • [x] NavigationMapViewTests.testHighlightBuildings() and NavigationViewControllerTests.testPuck3DLayerPosition(), the failures are related with the MapboxMaps upgrade (#3790).

/cc @mapbox/navigation-ios @MaximAlien

ShanMa1991 avatar May 04 '22 20:05 ShanMa1991

https://github.com/mapbox/mapbox-navigation-ios/pull/3933 will fix testHighlightBuildings and testPuck3DLayerPosition tests.

MaximAlien avatar Jun 11 '22 00:06 MaximAlien