Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 206a14d

Browse files
authored
[test] ignore offline download across world bounds test (#535)
1 parent d31d322 commit 206a14d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/offline/OfflineDownloadTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import com.mapbox.mapboxsdk.testapp.activity.FeatureOverviewActivity
1111
import java.util.concurrent.CountDownLatch
1212
import java.util.concurrent.TimeUnit
1313
import java.util.concurrent.TimeoutException
14+
import org.junit.Ignore
1415
import org.junit.Rule
1516
import org.junit.Test
1617
import org.junit.runner.RunWith
@@ -53,6 +54,7 @@ class OfflineDownloadTest : OfflineRegion.OfflineRegionObserver {
5354
}
5455

5556
@Test(timeout = 60000)
57+
@Ignore("https://github.com/mapbox/mapbox-gl-native-android/issues/536")
5658
fun offlineDownloadAcrossWorldBounds() {
5759
rule.runOnUiThreadActivity {
5860
OfflineManager.getInstance(rule.activity).createOfflineRegion(

0 commit comments

Comments
 (0)