commit | e86d12460e9179200d195cf133e2bc2ca9326343 | [log] [tgz] |
---|---|---|
author | burakov <burakov@google.com> | Wed Dec 06 16:53:39 2023 +0000 |
committer | Danny Burakov <burakov@google.com> | Wed Dec 06 17:05:42 2023 +0000 |
tree | eb4bd9e73017183254a6af79383adc597bd3b16a | |
parent | c40a7f5b2627688d7ffa1f39d223f5d481e4b940 [diff] |
[flexiglass] Temporarily disables deviceGoesToSleep_wakeUp_unlock. Bug: 315130482 Test: Unit tests pass. Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT Change-Id: I4e20a9e05072e945c270b54c1b838e3062867664
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/SceneFrameworkIntegrationTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/SceneFrameworkIntegrationTest.kt index c110de9..70be031 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/SceneFrameworkIntegrationTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/SceneFrameworkIntegrationTest.kt
@@ -63,6 +63,7 @@ import com.android.systemui.util.mockito.whenever import com.google.common.truth.Truth.assertThat import com.google.common.truth.Truth.assertWithMessage +import kotlin.test.Ignore import kotlinx.coroutines.ExperimentalCoroutinesApi import kotlinx.coroutines.Job import kotlinx.coroutines.flow.MutableStateFlow @@ -395,6 +396,7 @@ } @Test + @Ignore("b/315130482") fun deviceGoesToSleep_wakeUp_unlock() = testScope.runTest { unlockDevice()