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

Commit 45a72cb4 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Mark AnimatorTestRuleOrderTest as flaky" into main

parents 57b127f7 27eab0bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.systemui.animation
import android.testing.AndroidTestingRunner
import android.testing.AndroidTestingRunner
import android.testing.TestableLooper.RunWithLooper
import android.testing.TestableLooper.RunWithLooper
import androidx.core.animation.doOnEnd
import androidx.core.animation.doOnEnd
import androidx.test.filters.FlakyTest
import androidx.test.filters.SmallTest
import androidx.test.filters.SmallTest
import com.android.systemui.SysuiTestCase
import com.android.systemui.SysuiTestCase
import com.android.systemui.util.doOnEnd
import com.android.systemui.util.doOnEnd
@@ -30,6 +31,7 @@ import org.junit.runner.RunWith
@RunWith(AndroidTestingRunner::class)
@RunWith(AndroidTestingRunner::class)
@SmallTest
@SmallTest
@RunWithLooper
@RunWithLooper
@FlakyTest(bugId = 302149604)
class AnimatorTestRuleOrderTest : SysuiTestCase() {
class AnimatorTestRuleOrderTest : SysuiTestCase() {


    @get:Rule val animatorTestRule = AnimatorTestRule()
    @get:Rule val animatorTestRule = AnimatorTestRule()