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

Commit 18f32737 authored by Daniel Hsieh's avatar Daniel Hsieh
Browse files

Ignore flaky tests

We ignore 2 test cases and would address these 2 test cases in the
later.

Bug: 225148193
Test: atest WindowMagnificationControllerTest
Change-Id: Ia6decc85c220046897d51947f2a779a3cd4df19b
parent c515a0ae
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;
@@ -293,6 +294,7 @@ public class WindowMagnificationControllerTest extends SysuiTestCase {
        verify(mSfVsyncFrameProvider, atLeastOnce()).postFrameCallback(any());
    }

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

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