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

Commit 0ca8741c authored by Roy Chou's avatar Roy Chou
Browse files

fix(window magnification): ignore onSingleTap_enabled_scaleAnimates test case

The WindowMagnificationControllerTest#onSingleTap_enabled_scaleAnimates is flaky on presubmit. However it passes on local atest and remote abtd. Therefore, we'll add @ignore notation to filter it from presubmit for now, and plan to re-enable it after 2-3 months to check again.

Bug: 305654925
Flag: NA
Test: atest WindowMagnificationController locally and on abtd
      presubmit
Change-Id: I509b6ace7c81c2177e975b5e8bdd1d8dd2b53d54
parent 488eb985
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1072,6 +1072,7 @@ public class WindowMagnificationControllerTest extends SysuiTestCase {
        assertTrue(TextUtils.equals(newA11yWindowTitle, getAccessibilityWindowTitle()));
    }

    @Ignore("it's flaky in presubmit but works in abtd, filter for now. b/305654925")
    @Test
    public void onSingleTap_enabled_scaleAnimates() {
        mInstrumentation.runOnMainSync(() -> {