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
This commit is contained in:
Daniel Hsieh
2022-03-18 07:38:26 +00:00
parent c515a0aed9
commit 18f3273723

View File

@@ -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 {