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

Commit 91c6d18f authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable test for window IME visibility when IME is shown on app launch

This test is flaky due to b/157449248 and b/157450044

Test: atest FlickerTests
Change-Id: I29ee4351421db2676d1f1dd0aad4150e874b708c
parent 006db80d
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -65,4 +65,11 @@ public class CloseImeAutoOpenWindowToHomeTest extends CloseImeWindowToHomeTest {
    public void checkVisibility_imeLayerBecomesInvisible() {
    public void checkVisibility_imeLayerBecomesInvisible() {
        super.checkVisibility_imeLayerBecomesInvisible();
        super.checkVisibility_imeLayerBecomesInvisible();
    }
    }

    @FlakyTest(bugId = 157449248)
    @Ignore("Waiting bug feedback")
    @Test
    public void checkVisibility_imeAppWindowBecomesInvisible() {
        super.checkVisibility_imeAppWindowBecomesInvisible();
    }
}
}