summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joshua Tsuji <tsuji@google.com> 2019-05-09 21:31:29 -0400
committer Josh Tsuji <tsuji@google.com> 2019-05-10 01:33:15 +0000
commit15e7262c1f22d410ff7e4ba1a992968c3b75bcd3 (patch)
tree08af2d9154bce7d01edf8e24d395d5f869e9cac6
parent8af653e8b2191c84e08b1bbc45366b09dc1a203d (diff)
Disable flaky new test to unblock submits.
Test: atest SystemUITests Bug: 132384561 Change-Id: I5d5c4f5d8aaac3bea2e415195ad6525c0227fd8e
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ExpandedAnimationControllerTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ExpandedAnimationControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ExpandedAnimationControllerTest.java
index 567d192073b2..2990b3ee52ff 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ExpandedAnimationControllerTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ExpandedAnimationControllerTest.java
@@ -33,6 +33,7 @@ import androidx.test.filters.SmallTest;
import com.android.systemui.R;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
@@ -172,6 +173,7 @@ public class ExpandedAnimationControllerTest extends PhysicsAnimationLayoutTestC
}
@Test
+ @Ignore("Flaky")
public void testMagnetToDismiss_demagnetizeThenDrag() throws InterruptedException {
expand();