Skip to content
Snippets Groups Projects
Commit ad1c710e authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

Merge "Temporarily ignore flaky test."

parents 177318a0 04e2cd14
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -446,6 +447,7 @@ class PhysicsAnimatorTest : SysuiTestCase() {
}
@Test
@Ignore("Sporadically flaking.")
fun testFlingThenSpring() {
PhysicsAnimatorTestUtils.setAllAnimationsBlock(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment