File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 // Release Train depends on these two lines below
1313 // https://github.com/mapbox/release-train/blob/bd530da200d62fb45166ef91d7d892d90a453fa6/backend/model/step/navcoreandroid/PrepareChangelogNavCore.py#L122-L124
1414
15- def mapboxSdkVersionSuffix = ' 20.0-rc.1-SNAPSHOT-03-09--11-02.git-af9f345 '
15+ def mapboxSdkVersionSuffix = ' 20.1 '
1616 def mapboxNavigatorVersion = " 324.${ mapboxSdkVersionSuffix} "
1717
1818 def ndkVersionSuffix = " "
Original file line number Diff line number Diff line change 11package com.mapbox.navigation.instrumentation_tests.core
22
33import android.location.Location
4+ import com.adevinta.android.barista.rule.cleardata.ClearFilesRule
45import com.mapbox.api.directions.v5.models.DirectionsResponse
56import com.mapbox.api.directions.v5.models.RouteOptions
67import com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
@@ -60,7 +61,6 @@ import org.junit.Assert.assertNotNull
6061import org.junit.Assert.assertNull
6162import org.junit.Assert.assertTrue
6263import org.junit.Assert.fail
63- import org.junit.Ignore
6464import org.junit.Rule
6565import org.junit.Test
6666import java.io.InputStreamReader
@@ -75,6 +75,9 @@ import kotlin.time.Duration.Companion.seconds
7575@OptIn(ExperimentalPreviewMapboxNavigationAPI ::class , ExperimentalMapboxNavigationAPI ::class )
7676class RouteAlternativesTest : BaseCoreNoCleanUpTest () {
7777
78+ @get:Rule
79+ val clearFilesRule = ClearFilesRule ()
80+
7881 @get:Rule
7982 val mockLocationReplayerRule = MockLocationReplayerRule (mockLocationUpdatesRule)
8083
@@ -559,7 +562,6 @@ class RouteAlternativesTest : BaseCoreNoCleanUpTest() {
559562 }
560563 }
561564
562- @Ignore(" https://mapbox.atlassian.net/browse/NN-4663" )
563565 @Test
564566 fun switch_from_multi_leg_primary_to_single_leg_CA_after_intermediate_waypoint_and_back () =
565567 sdkTest {
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ import kotlinx.coroutines.runBlocking
5353import org.junit.Assert.assertEquals
5454import org.junit.Assert.assertNotNull
5555import org.junit.Assert.assertTrue
56- import org.junit.Ignore
5756import org.junit.Rule
5857import org.junit.Test
5958import java.util.concurrent.CountDownLatch
@@ -548,7 +547,6 @@ class RouteLineLayersTest : BaseTest<BasicNavigationViewActivity>(
548547 countDownLatch3.await()
549548 }
550549
551- @Ignore(" https://mapbox.atlassian.net/browse/NN-4662" )
552550 @Test
553551 fun should_provide_valid_offset_for_alternative_route () {
554552 sdkTest {
You can’t perform that action at this time.
0 commit comments