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

Commit 1a413205 authored by Ale Nijamkin's avatar Ale Nijamkin
Browse files

[flexiglass] Disables KeyguardShowWhileAwakeInteractorTest if flexi on

The class under test doesn't support flexiglass.

Bug: 283121968
Test: not really tested. Reproduced the test failure locally, saw that
it's always because of asserts that check that SceneContainerFlag isn't
enabled, so slapped a big @DisableSceneContainer on the test class
Flag: EXEMPT test only change

Change-Id: I782662fe3db64925f507218f0c558c5782fa0e11
parent 25d04b7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@ import androidx.test.filters.SmallTest
import com.android.internal.widget.lockPatternUtils
import com.android.internal.widget.lockPatternUtils
import com.android.systemui.SysuiTestCase
import com.android.systemui.SysuiTestCase
import com.android.systemui.coroutines.collectValues
import com.android.systemui.coroutines.collectValues
import com.android.systemui.flags.DisableSceneContainer
import com.android.systemui.keyguard.data.repository.biometricSettingsRepository
import com.android.systemui.keyguard.data.repository.biometricSettingsRepository
import com.android.systemui.keyguard.data.repository.fakeKeyguardTransitionRepository
import com.android.systemui.keyguard.data.repository.fakeKeyguardTransitionRepository
import com.android.systemui.keyguard.shared.model.KeyguardState
import com.android.systemui.keyguard.shared.model.KeyguardState
@@ -40,6 +41,7 @@ import org.mockito.kotlin.whenever
@SmallTest
@SmallTest
@RunWith(AndroidJUnit4::class)
@RunWith(AndroidJUnit4::class)
@kotlinx.coroutines.ExperimentalCoroutinesApi
@kotlinx.coroutines.ExperimentalCoroutinesApi
@DisableSceneContainer
class KeyguardShowWhileAwakeInteractorTest : SysuiTestCase() {
class KeyguardShowWhileAwakeInteractorTest : SysuiTestCase() {
    private val kosmos = testKosmos()
    private val kosmos = testKosmos()
    private val testScope = kosmos.testScope
    private val testScope = kosmos.testScope