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

Commit 75ddade3 authored by Vineel Sadineni (xWF)'s avatar Vineel Sadineni (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Disabled VolumeSlidersComponentMotionTest" into main

parents a510f69a b9f9dd25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
@@ -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)