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
This commit is contained in:
@@ -65,4 +65,11 @@ public class CloseImeAutoOpenWindowToHomeTest extends CloseImeWindowToHomeTest {
|
||||
public void checkVisibility_imeLayerBecomesInvisible() {
|
||||
super.checkVisibility_imeLayerBecomesInvisible();
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 157449248)
|
||||
@Ignore("Waiting bug feedback")
|
||||
@Test
|
||||
public void checkVisibility_imeAppWindowBecomesInvisible() {
|
||||
super.checkVisibility_imeAppWindowBecomesInvisible();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user