summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m')
-rw-r--r--platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m b/platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m
index ad71dafd48..c7925d7896 100644
--- a/platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m
+++ b/platform/ios/Integration Tests/MGLMapViewPendingBlockTests.m
@@ -149,8 +149,7 @@
addToPendingCallback:nil];
}
-// Marked as pending due to https://github.com/mapbox/mapbox-gl-native/issues/15471
-- (void)testFlyToCameraPENDING {
+- (void)testFlyToCamera {
__typeof__(self) weakSelf = self;
void (^transition)(dispatch_block_t) = ^(dispatch_block_t completion) {