File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1313 // version which we should use in this build
1414 def mapboxNavigatorVersion = System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" )
1515 if (mapboxNavigatorVersion == null || mapboxNavigatorVersion == ' ' ) {
16- mapboxNavigatorVersion = ' 202 .0.0'
16+ mapboxNavigatorVersion = ' 203 .0.0'
1717 }
1818 println (" Navigation Native version: " + mapboxNavigatorVersion)
1919 def androidXWorkManagerVersion = project. hasProperty(' WORK_MANAGER_VERSION' ) ? project. property(' WORK_MANAGER_VERSION' ) : ' 2.7.0'
@@ -22,10 +22,10 @@ ext {
2222 println (" AndroidX Lifecycle version: " + androidXLifecycleVersion)
2323
2424 version = [
25- mapboxMapSdk : ' 10.16.5 ' ,
25+ mapboxMapSdk : ' 10.16.6 ' ,
2626 mapboxSdkServices : ' 6.15.0' ,
2727 mapboxNavigator : " ${ mapboxNavigatorVersion} " ,
28- mapboxCommonNative : ' 23.9.0 ' ,
28+ mapboxCommonNative : ' 23.9.1 ' ,
2929 mapboxCrashMonitor : ' 2.0.0' ,
3030 mapboxAnnotationPlugin : ' 0.8.0' ,
3131 mapboxBaseAndroid : ' 0.8.0' ,
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ import kotlinx.coroutines.flow.first
4343import org.junit.Assert.assertEquals
4444import org.junit.Assert.assertNull
4545import org.junit.Assert.assertTrue
46+ import org.junit.Ignore
4647import org.junit.Rule
4748import org.junit.Test
4849import java.util.concurrent.TimeUnit
@@ -76,6 +77,7 @@ class EvOfflineTest : BaseCoreNoCleanUpTest() {
7677 }
7778 }
7879
80+ @Ignore(" https://mapbox.atlassian.net/browse/NAVAND-2557" )
7981 @Test
8082 fun startNavigationOfflineThenSwitchToOnlineRouteWhenInternetAppears () = sdkTest(
8183 timeout = INCREASED_TIMEOUT_BECAUSE_OF_REAL_ROUTING_TILES_USAGE
@@ -120,6 +122,7 @@ class EvOfflineTest : BaseCoreNoCleanUpTest() {
120122 }
121123 }
122124
125+ @Ignore(" https://mapbox.atlassian.net/browse/NAVAND-2557" )
123126 @Test
124127 fun offlineOnlineSwitchWhenOnlineRouteIsTheSameAsCurrentOffline () = sdkTest(
125128 timeout = INCREASED_TIMEOUT_BECAUSE_OF_REAL_ROUTING_TILES_USAGE
@@ -164,6 +167,7 @@ class EvOfflineTest : BaseCoreNoCleanUpTest() {
164167 }
165168 }
166169
170+ @Ignore(" https://mapbox.atlassian.net/browse/NAVAND-2557" )
167171 @Test
168172 fun startOfflineWithUserProvidedChargingStationsThenSwitchToOnlineRouteWhenInternetAppears () =
169173 sdkTest(
@@ -202,6 +206,7 @@ class EvOfflineTest : BaseCoreNoCleanUpTest() {
202206 }
203207 }
204208
209+ @Ignore(" https://mapbox.atlassian.net/browse/NAVAND-2557" )
205210 @Test
206211 fun offlineOnlineSwitchWhenOnlineRouteIsTheSameAsCurrentOfflineWithSimpleObserver () =
207212 sdkTest(
You can’t perform that action at this time.
0 commit comments