Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] ignore a flaky MapSnapshotter test until #11669 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos committed Jul 18, 2019
1 parent 146e2c5 commit 4a93f39
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -8,6 +8,7 @@ import com.mapbox.mapboxsdk.maps.Style
import com.mapbox.mapboxsdk.testapp.activity.FeatureOverviewActivity
import junit.framework.Assert
import junit.framework.Assert.assertNotNull
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
Expand All @@ -19,6 +20,7 @@ import java.util.concurrent.TimeoutException
* Integration test that validates if a snapshotter creation
*/
@RunWith(AndroidJUnit4::class)
@Ignore("Ignored until https://github.com/mapbox/mapbox-gl-native/issues/11669 is resolved.")
class MapSnapshotterTest {

@Rule
Expand Down

0 comments on commit 4a93f39

Please sign in to comment.