Loading packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import org.junit.Assert.assertFalse import org.junit.Assert.assertNotEquals import org.junit.Assert.assertTrue import org.junit.Before import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.mockito.ArgumentMatchers.anyFloat Loading Loading @@ -446,6 +447,7 @@ class PhysicsAnimatorTest : SysuiTestCase() { } @Test @Ignore("Sporadically flaking.") fun testFlingThenSpring() { PhysicsAnimatorTestUtils.setAllAnimationsBlock(false) Loading Loading
packages/SystemUI/tests/src/com/android/systemui/util/animation/PhysicsAnimatorTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import org.junit.Assert.assertFalse import org.junit.Assert.assertNotEquals import org.junit.Assert.assertTrue import org.junit.Before import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.mockito.ArgumentMatchers.anyFloat Loading Loading @@ -446,6 +447,7 @@ class PhysicsAnimatorTest : SysuiTestCase() { } @Test @Ignore("Sporadically flaking.") fun testFlingThenSpring() { PhysicsAnimatorTestUtils.setAllAnimationsBlock(false) Loading