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

Commit 1d41368e authored by Daniel Hsieh's avatar Daniel Hsieh Committed by Automerger Merge Worker
Browse files

Merge "Ignore flaky tests" into tm-dev am: fdd691c3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17252924

Change-Id: I7615febbec595b0f26b5ccfdbf0fdf7d84a47fc0
parents 591aa7c8 fdd691c3
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 {