summaryrefslogtreecommitdiff
path: root/tests/FlickerTests/src
diff options
context:
space:
mode:
authorNataniel Borges <natanieljr@google.com>2020-01-28 16:58:36 +0100
committerNataniel Borges <natanieljr@google.com>2020-01-28 16:58:36 +0100
commit0f5ebe804818dc63d3bdb8046d55acf6df73801f (patch)
treeac7c1fd503896a4a0fffe5cb5048d2e175e62526 /tests/FlickerTests/src
parent3e1548f5a51716c2a0a19db71a9e5f76511032a9 (diff)
Disable flaky flicker tests
These tests are still flaky. Disable them for now so that we can move the flicker tests to presubmit. Test: atest FlickerTests Change-Id: I811f32723cdbaece3aff7d6dbb100c0c5b2653fa
Diffstat (limited to 'tests/FlickerTests/src')
-rw-r--r--tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java b/tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java
index fc6719e2f9d9..f740af9b89bf 100644
--- a/tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java
+++ b/tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java
@@ -25,6 +25,7 @@ import com.android.server.wm.flicker.helpers.ImeAppHelper;
import org.junit.Before;
import org.junit.FixMethodOrder;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
@@ -62,6 +63,7 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase {
.forAllEntries());
}
+ @Ignore("Flaky")
@Test
public void checkVisibility_imeLayerBecomesInvisible() {
checkResults(result -> LayersTraceSubject.assertThat(result)
@@ -71,6 +73,7 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase {
.forAllEntries());
}
+ @Ignore("Flaky")
@Test
public void checkVisibility_imeAppLayerBecomesInvisible() {
checkResults(result -> LayersTraceSubject.assertThat(result)