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

Commit 57baa36a authored by Andrew Xu's avatar Andrew Xu
Browse files

Disable QuickSettingsSceneTest#testViewHierarchy

Bug: 422214426
Flag: EXEMPT bug_fix
Change-Id: I8a8ab4bee653a374a13bf052cbdb7219f40436b4
parent 601fc27d
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()) {