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

Commit b9f9dd25 authored by Nikhil Sharma's avatar Nikhil Sharma
Browse files

Disabled VolumeSlidersComponentMotionTest

Test: N/A
Bug: b/427794195
Bug: b/427956325
Flag: EXEMPT disabling test
Change-Id: I83c61bbcd16f0300825b323361f290c71bfaf871
parent b8d17854
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)