summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-09-25 13:31:47 -0400
committerGitHub <noreply@github.com>2018-09-25 13:31:47 -0400
commit66e95ac2ab6260654ba09b26e83591e3d4334c02 (patch)
tree784f736a003f26a04696f58a0b91bf93221f9c55 /platform/ios/Integration Tests/MGLCameraTransitionTests.mm
parent125c628981bcc38a87498bf5f6c72e2c506dd99f (diff)
downloadqtlocation-mapboxgl-66e95ac2ab6260654ba09b26e83591e3d4334c02.tar.gz
[ios] Move pending test check into `invokeTest` (#12964)
Diffstat (limited to 'platform/ios/Integration Tests/MGLCameraTransitionTests.mm')
-rw-r--r--platform/ios/Integration Tests/MGLCameraTransitionTests.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/ios/Integration Tests/MGLCameraTransitionTests.mm b/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
index f29fa5e64c..32acf6a1fe 100644
--- a/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
+++ b/platform/ios/Integration Tests/MGLCameraTransitionTests.mm
@@ -334,8 +334,6 @@
#pragma mark - Pending tests
- (void)testContinuallyResettingNorthInIsChangingPENDING {
- MGL_CHECK_IF_PENDING_TEST_SHOULD_RUN();
-
// See https://github.com/mapbox/mapbox-gl-native/pull/11614
// This test currently fails, unsurprisingly, since we're continually
// setting the camera to the same parameters during its update.
@@ -369,7 +367,6 @@
- (void)testContinuallySettingCoordinateInIsChangingPENDING {
// See above comment in `-testContinuallyResettingNorthInIsChangingPENDING`
- MGL_CHECK_IF_PENDING_TEST_SHOULD_RUN();
// Reset to non-zero, prior to testing
[self.mapView setCenterCoordinate:CLLocationCoordinate2DMake(0.0, 0.0) animated:NO];