Skip to content
Snippets Groups Projects
Commit 04e2cd14 authored by Joshua Tsuji's avatar Joshua Tsuji
Browse files

Temporarily ignore flaky test.

Test: atest SystemUITests
Change-Id: Ib00b4765abfe94c66f46868c4d13ed0a5018064c
parent 3e418c53
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