File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
libnavigation-core/src/androidTest/java/com/mapbox/navigation/core/trip/service Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import kotlinx.coroutines.flow.takeWhile
3030import kotlinx.coroutines.flow.toList
3131import kotlinx.coroutines.runBlocking
3232import org.junit.Assert.assertTrue
33+ import org.junit.Ignore
3334import org.junit.Test
3435import org.junit.runner.RunWith
3536import kotlin.coroutines.resume
@@ -39,6 +40,7 @@ import kotlin.coroutines.suspendCoroutine
3940class 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 ->
You can’t perform that action at this time.
0 commit comments