Loading packages/SystemUI/tests/src/com/android/systemui/qs/ui/composable/QuickSettingsSceneTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -57,6 +58,7 @@ class QuickSettingsSceneTest : SysuiTestCase() { private val kosmos = testKosmos() @Test @Ignore("http://b/425752706") fun testViewHierarchy() { val shadeSession = object : SaveableSession, Session by Session(SessionStorage()) { @Composable Loading Loading
packages/SystemUI/tests/src/com/android/systemui/qs/ui/composable/QuickSettingsSceneTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -57,6 +58,7 @@ class QuickSettingsSceneTest : SysuiTestCase() { private val kosmos = testKosmos() @Test @Ignore("http://b/425752706") fun testViewHierarchy() { val shadeSession = object : SaveableSession, Session by Session(SessionStorage()) { @Composable Loading