Merge "Enable IME test: "show and hide IME layer""
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd989574f8
@@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest;
|
||||
import com.android.server.wm.flicker.helpers.ImeAppHelper;
|
||||
|
||||
import org.junit.FixMethodOrder;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.MethodSorters;
|
||||
@@ -62,7 +61,6 @@ public class OpenImeWindowTest extends NonRotationTestBase {
|
||||
.forAllEntries());
|
||||
}
|
||||
|
||||
@Ignore("Flaky. Pending debug")
|
||||
@Test
|
||||
public void checkVisibility_imeLayerBecomesVisible() {
|
||||
checkResults(result -> LayersTraceSubject.assertThat(result)
|
||||
|
||||
Reference in New Issue
Block a user