Loading packages/SystemUI/tests/src/com/android/systemui/volume/panel/component/volume/slider/ui/composable/VolumeSlidersComponentMotionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ import com.android.systemui.volume.panel.ui.viewmodel.volumePanelViewModel import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.test.runCurrent import org.junit.Before import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith Loading @@ -73,6 +74,7 @@ import platform.test.motion.compose.runTest @RunWith(AndroidJUnit4::class) @LargeTest @MotionTest @Ignore("b/328332487, need to figure out why androidx update causes the test to fail") class VolumeSlidersComponentMotionTest : SysuiTestCase() { private val kosmos = testKosmos() @get:Rule val motionTestRule = createSysUiComposeMotionTestRule(kosmos) Loading Loading
packages/SystemUI/tests/src/com/android/systemui/volume/panel/component/volume/slider/ui/composable/VolumeSlidersComponentMotionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ import com.android.systemui.volume.panel.ui.viewmodel.volumePanelViewModel import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.test.runCurrent import org.junit.Before import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith Loading @@ -73,6 +74,7 @@ import platform.test.motion.compose.runTest @RunWith(AndroidJUnit4::class) @LargeTest @MotionTest @Ignore("b/328332487, need to figure out why androidx update causes the test to fail") class VolumeSlidersComponentMotionTest : SysuiTestCase() { private val kosmos = testKosmos() @get:Rule val motionTestRule = createSysUiComposeMotionTestRule(kosmos) Loading