File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments