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

Commit 27eab0bc authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Mark AnimatorTestRuleOrderTest as flaky

Bug: 302149604
Test: n/a
Change-Id: I6446866545874796ba90398bdd0f502036430c05
parent ac57bac3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.systemui.animation
import android.testing.AndroidTestingRunner
import android.testing.TestableLooper.RunWithLooper
import androidx.core.animation.doOnEnd
import androidx.test.filters.FlakyTest
import androidx.test.filters.SmallTest
import com.android.systemui.SysuiTestCase
import com.android.systemui.util.doOnEnd
@@ -30,6 +31,7 @@ import org.junit.runner.RunWith
@RunWith(AndroidTestingRunner::class)
@SmallTest
@RunWithLooper
@FlakyTest(bugId = 302149604)
class AnimatorTestRuleOrderTest : SysuiTestCase() {

    @get:Rule val animatorTestRule = AnimatorTestRule()