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

Commit fdd691c3 authored by Daniel Hsieh's avatar Daniel Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Ignore flaky tests" into tm-dev

parents 0fa04965 18f32737
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ import com.android.systemui.utils.os.FakeHandler;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Answers;
@@ -302,6 +303,7 @@ public class WindowMagnificationControllerTest extends SysuiTestCase {
        verify(mSfVsyncFrameProvider, atLeastOnce()).postFrameCallback(any());
    }

    @Ignore("b/224717753")
    @Test
    public void moveWindowMagnifierToPositionWithAnimation_expectedValuesAndInvokeCallback()
            throws InterruptedException {
@@ -336,6 +338,7 @@ public class WindowMagnificationControllerTest extends SysuiTestCase {
        assertEquals(mWindowMagnificationController.getCenterY(), targetCenterY, 0);
    }

    @Ignore("b/224717753")
    @Test
    public void moveWindowMagnifierToPositionMultipleTimes_expectedValuesAndInvokeCallback()
            throws InterruptedException {