diff options
author | Nataniel Borges <natanieljr@google.com> | 2020-01-28 16:58:36 +0100 |
---|---|---|
committer | Nataniel Borges <natanieljr@google.com> | 2020-01-28 16:58:36 +0100 |
commit | 0f5ebe804818dc63d3bdb8046d55acf6df73801f (patch) | |
tree | ac7c1fd503896a4a0fffe5cb5048d2e175e62526 /tests/FlickerTests | |
parent | 3e1548f5a51716c2a0a19db71a9e5f76511032a9 (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')
-rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/CloseImeWindowToHomeTest.java | 3 |
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) |