Skip to content

Commit

Permalink
Disable flacky tests (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy authored Feb 19, 2025
1 parent 374639e commit cab2755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/GestureTests/Pinch/ZoomPinchGesture.test.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ final class ZoomPinchGestureTestCase: GestureTestCase {
/// It is _almost_ the same to compensate initial zooming theshold affect
/// This function also applies 35° angle to simulate real finger touches.
func testZoomInAndOutForSameDistanceWithRealFingersIncline() async throws {
throw XCTSkip("Disable flacky test")
let startCameraState = mapView.mapboxMap.cameraState

let angle = -35 * (Double.pi / 180.0)
Expand Down Expand Up @@ -58,6 +59,7 @@ final class ZoomPinchGestureTestCase: GestureTestCase {
/// Test that zooming-out and zooming-in to _almost_ the same place will return zoom level back
/// It is _almost_ the same to compensate initial zooming theshold affect
func testZoomOutAndInForSameDistanceWithRealFingersIncline() async throws {
throw XCTSkip("Disable flacky test")
camera.zoom = 8
let startCameraState = mapView.mapboxMap.cameraState

Expand Down

0 comments on commit cab2755

Please sign in to comment.