diff options
-rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/StackAnimationControllerTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/StackAnimationControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/StackAnimationControllerTest.java index 9d5c1a4ce79e..9b894c36e390 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/StackAnimationControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/StackAnimationControllerTest.java @@ -158,6 +158,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase } @Test + @Ignore("Flaking") public void testChildAdded() throws InterruptedException { // Move the stack to y = 500. mStackController.moveFirstBubbleWithStackFollowing(0f, 500f); @@ -252,6 +253,7 @@ public class StackAnimationControllerTest extends PhysicsAnimationLayoutTestCase } @Test + @Ignore("Flaking") public void testMagnetToDismiss_demagnetizeThenDrag() throws InterruptedException { final Runnable after = Mockito.mock(Runnable.class); |