Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c119c64 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix(magnification): mark a few gesture tests as flaky" into main

parents b4ccad2a c1eea129
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ public class FullScreenMagnificationGestureHandlerTest {
        });
    }

    @FlakyTest(bugId = 297879316)
    @Test
    public void testStates_areMutuallyExclusive() {
        forEachState(state1 -> {
@@ -523,6 +524,7 @@ public class FullScreenMagnificationGestureHandlerTest {
        });
    }

    @FlakyTest(bugId = 297879316)
    @Test
    public void testTwoFingersOneTap_activatedState_dispatchMotionEvents() {
        goFromStateIdleTo(STATE_ACTIVATED);
@@ -583,6 +585,7 @@ public class FullScreenMagnificationGestureHandlerTest {
        returnToNormalFrom(STATE_ACTIVATED);
    }

    @FlakyTest(bugId = 297879316)
    @Test
    public void testFirstFingerSwipe_twoPointerDownAndActivatedState_panningState() {
        goFromStateIdleTo(STATE_ACTIVATED);