Skip to content

Commit 14077fa

Browse files
AhmedVargosgithub-actions[bot]
authored andcommitted
3.20.0 release dependencies bump (#13176)
* make sure no old tiles are left from old tests * Bumping to latest GA release version GitOrigin-RevId: 2cb383ed5676477bc771de47dbbb17592ce018c0
1 parent 774c0c0 commit 14077fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
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 = ""

instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/core/RouteAlternativesTest.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.mapbox.navigation.instrumentation_tests.core
22

33
import android.location.Location
4+
import com.adevinta.android.barista.rule.cleardata.ClearFilesRule
45
import com.mapbox.api.directions.v5.models.DirectionsResponse
56
import com.mapbox.api.directions.v5.models.RouteOptions
67
import com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
@@ -60,7 +61,6 @@ import org.junit.Assert.assertNotNull
6061
import org.junit.Assert.assertNull
6162
import org.junit.Assert.assertTrue
6263
import org.junit.Assert.fail
63-
import org.junit.Ignore
6464
import org.junit.Rule
6565
import org.junit.Test
6666
import java.io.InputStreamReader
@@ -75,6 +75,9 @@ import kotlin.time.Duration.Companion.seconds
7575
@OptIn(ExperimentalPreviewMapboxNavigationAPI::class, ExperimentalMapboxNavigationAPI::class)
7676
class 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 {

instrumentation-tests/src/androidTest/java/com/mapbox/navigation/instrumentation_tests/ui/routeline/RouteLineLayersTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ import kotlinx.coroutines.runBlocking
5353
import org.junit.Assert.assertEquals
5454
import org.junit.Assert.assertNotNull
5555
import org.junit.Assert.assertTrue
56-
import org.junit.Ignore
5756
import org.junit.Rule
5857
import org.junit.Test
5958
import 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 {

0 commit comments

Comments
 (0)