Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 244fe08b authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Ignore the PhysicsAnimatorTest class to unblock sysui.

Test: this is a test
Bug: 158697054
Change-Id: Iad6c464490b5762fd3f8fd6d4410a338a4f89e4c
parent ab6c4a76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import org.mockito.MockitoAnnotations
@TestableLooper.RunWithLooper
@RunWith(AndroidTestingRunner::class)
@SmallTest
@Ignore("Blocking presubmits - investigating in b/158697054")
class PhysicsAnimatorTest : SysuiTestCase() {
    private lateinit var viewGroup: ViewGroup
    private lateinit var testView: View