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

Commit 98a90729 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Re-enable AnimatorTestRuleOrderTest that should work now

Change-Id: Id41dfb0daf7fbf9b95430e3bf9c093f4b1716208
Fixes: 302149604
Test: presubmit
Flag: NA
parent e9ff7d3a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ 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
@@ -31,7 +30,6 @@ import org.junit.runner.RunWith
@RunWith(AndroidTestingRunner::class)
@SmallTest
@RunWithLooper
@FlakyTest(bugId = 302149604)
class AnimatorTestRuleOrderTest : SysuiTestCase() {

    @get:Rule val animatorTestRule = AnimatorTestRule(this)