summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-08-06 23:10:54 -0700
committerlangsmith <langstonlmcs@gmail.com>2019-09-30 18:54:18 -0700
commitc9676acf1574e265b82cf18453328d002a0eda6c (patch)
tree365208a5a1dd8e7377a1395a1990d98bb6acde6f
parent27998726883e176fbb56a65cbd0c5d8bd71cbc51 (diff)
downloadqtlocation-mapboxgl-c9676acf1574e265b82cf18453328d002a0eda6c.tar.gz
[android] adjusted disabled LocationComponent pulsing circle instrumentation test
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt b/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt
index 9343ce51fb..f6ba03641b 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/location/LocationLayerControllerTest.kt
@@ -646,9 +646,6 @@ class LocationLayerControllerTest : EspressoTest() {
component.forceLocationUpdate(location)
TestingAsyncUtils.waitForLayer(uiController, mapView)
- component.applyStyle(LocationComponentOptions.builder(context)
- .pulsingCircleEnabled(true).build())
-
assertThat(mapboxMap.isLayerVisible(PULSING_CIRCLE_LAYER), `is`(false))
}
}