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

Commit e86d1246 authored by burakov's avatar burakov Committed by Danny Burakov
Browse files

[flexiglass] Temporarily disables deviceGoesToSleep_wakeUp_unlock.

Bug: 315130482
Test: Unit tests pass.
Flag: ACONFIG com.android.systemui.scene_container DEVELOPMENT
Change-Id: I4e20a9e05072e945c270b54c1b838e3062867664
parent c40a7f5b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ import com.android.systemui.util.mockito.mock
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 @@ class SceneFrameworkIntegrationTest : SysuiTestCase() {
        }

    @Test
    @Ignore("b/315130482")
    fun deviceGoesToSleep_wakeUp_unlock() =
        testScope.runTest {
            unlockDevice()