diff options
| author | 2019-12-16 13:44:19 -0800 | |
|---|---|---|
| committer | 2019-12-16 13:44:19 -0800 | |
| commit | a6f4e080ce2049803dd2bc2cb92447fac50a8d1c (patch) | |
| tree | c358ed977e1d281f74bebbda0521dcea115ca4ed | |
| parent | bad8d9da924bcb8a6fc36f338e476e5d57daa2ce (diff) | |
Mark SurfaceAnimationRunnerTest & AnimatingActivityRegistryTest as flaky
Bug: 144611135
Test: presubmit
Change-Id: Id7935bb934141294552133e564be9003c4c7ea98
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/AnimatingActivityRegistryTest.java | 1 | ||||
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/AnimatingActivityRegistryTest.java b/services/tests/wmtests/src/com/android/server/wm/AnimatingActivityRegistryTest.java index c6203c5736fc..a39be565121f 100644 --- a/services/tests/wmtests/src/com/android/server/wm/AnimatingActivityRegistryTest.java +++ b/services/tests/wmtests/src/com/android/server/wm/AnimatingActivityRegistryTest.java @@ -60,6 +60,7 @@ public class AnimatingActivityRegistryTest extends WindowTestsBase { } @Test + @FlakyTest(bugId = 144611135) public void testDeferring() { final ActivityRecord activity1 = createActivityRecord(mDisplayContent, WINDOWING_MODE_FULLSCREEN, ACTIVITY_TYPE_STANDARD); diff --git a/services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java b/services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java index 3008a75740e8..e0112809b22b 100644 --- a/services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java +++ b/services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java @@ -88,6 +88,7 @@ public class SurfaceAnimationRunnerTest extends WindowTestsBase { mFinishCallbackLatch.countDown(); } + @FlakyTest(bugId = 144611135) @Test public void testAnimation() throws Exception { mSurfaceAnimationRunner |