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

Commit 80cccaec authored by Andrew Xu's avatar Andrew Xu Committed by Android (Google) Code Review
Browse files

Merge "Disable QuickSettingsSceneTest#testViewHierarchy" into main

parents 0d5b5902 57baa36a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ import com.android.systemui.scene.shared.model.Scenes
import com.android.systemui.statusbar.notification.stack.ui.view.NotificationScrollView
import com.android.systemui.statusbar.notification.stack.ui.viewmodel.notificationsPlaceholderViewModelFactory
import com.android.systemui.testKosmos
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@@ -56,6 +57,7 @@ class QuickSettingsSceneTest : SysuiTestCase() {

    private val kosmos = testKosmos()

    @Ignore
    @Test
    fun testViewHierarchy() {
        val shadeSession = object : SaveableSession, Session by Session(SessionStorage()) {