diff options
author | 2020-04-14 14:06:03 +0000 | |
---|---|---|
committer | 2020-04-14 14:06:03 +0000 | |
commit | a9dfeb264df67a4b60b16b378e16f3d92be34f79 (patch) | |
tree | 93983b3a2dc5fe63750d5b183572cef80256b547 | |
parent | cde07e5dc539f56ee14c08d213c4c0cd8ea93005 (diff) | |
parent | 21c722b0f88ac796552b6441caa1a8cdcb19911a (diff) |
Merge "Ignore flaky test." into rvc-dev
-rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt b/packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt index 950f70fcda46..eb435f9314e7 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt @@ -134,6 +134,7 @@ class PhysicsAnimatorTest : SysuiTestCase() { @Test @Throws(InterruptedException::class) + @Ignore("Increasingly flaky") fun testEndListenersAndActions() { PhysicsAnimatorTestUtils.setAllAnimationsBlock(false) animator |