Skip to content

Commit 6701931

Browse files
committed
ignore results of the test until NN fixes the issue
1 parent 8e12f4a commit 6701931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libnavigation-core/src/androidTest/java/com/mapbox/navigation/core/trip/service/ArtificialDriverTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import kotlinx.coroutines.flow.takeWhile
3030
import kotlinx.coroutines.flow.toList
3131
import kotlinx.coroutines.runBlocking
3232
import org.junit.Assert.assertTrue
33+
import org.junit.Ignore
3334
import org.junit.Test
3435
import org.junit.runner.RunWith
3536
import kotlin.coroutines.resume
@@ -39,6 +40,7 @@ import kotlin.coroutines.suspendCoroutine
3940
class ArtificialDriverTest {
4041

4142
@Test
43+
@Ignore("test sometimes fails because of https://mapbox.atlassian.net/browse/NN-418")
4244
fun nativeNavigatorFollowsArtificialDriverWithoutReroutes() =
4345
runBlocking<Unit>(Dispatchers.Main) {
4446
withNavigators { mapboxNavigation, nativeNavigator ->

0 commit comments

Comments
 (0)