Skip to content

Commit cab2755

Browse files
authored
Disable flacky tests (#2459)
1 parent 374639e commit cab2755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/GestureTests/Pinch/ZoomPinchGesture.test.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ final class ZoomPinchGestureTestCase: GestureTestCase {
2424
/// It is _almost_ the same to compensate initial zooming theshold affect
2525
/// This function also applies 35° angle to simulate real finger touches.
2626
func testZoomInAndOutForSameDistanceWithRealFingersIncline() async throws {
27+
throw XCTSkip("Disable flacky test")
2728
let startCameraState = mapView.mapboxMap.cameraState
2829

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

0 commit comments

Comments
 (0)