summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-09-25 10:20:20 -0400
committerJulian Rex <julian.rex@mapbox.com>2018-09-25 10:20:20 -0400
commitaf471f7e1d7ae00122142d8f8e572543e160fc75 (patch)
tree6f49af57563de1dfd4ee029c7d86d36f9ebc0790 /platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m
parent153acd981b344d7a3963514cfb3241e8cb27ba2d (diff)
downloadqtlocation-mapboxgl-af471f7e1d7ae00122142d8f8e572543e160fc75.tar.gz
Move pending test check into `invokeTest`upstream/jrex/move-pending-test-setup
Diffstat (limited to 'platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m')
-rw-r--r--platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m b/platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m
index fd5b3db978..ca7462f160 100644
--- a/platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m
+++ b/platform/ios/Integration Tests/Snapshotter Tests/MGLMapSnapshotterTest.m
@@ -282,7 +282,7 @@ MGLMapSnapshotter* snapshotterWithCoordinates(CLLocationCoordinate2D coordinates
}
- (void)testMultipleSnapshottersPENDING {
- MGL_CHECK_IF_PENDING_TEST_SHOULD_RUN();
+
if (![self validAccessToken]) {
return;
}