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

Commit eb7b3c66 authored by Chandru S's avatar Chandru S
Browse files

Fixes test that stared failing after ag/31598047 because a flag check was added to the view model

The offending CL had PV+1 because v2/sysui/unit_test timed out

Fixes: 394845534
Test: ran unit tests locally and verified it passes
Flag: com.android.systemui.bouncer_ui_revamp
Change-Id: I75b6c823aed1d7deae6b66c49065907baf22411a
parent a53c941b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,8 +16,10 @@

package com.android.systemui.window.ui.viewmodel

import android.platform.test.annotations.EnableFlags
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SmallTest
import com.android.systemui.Flags
import com.android.systemui.SysuiTestCase
import com.android.systemui.coroutines.collectLastValue
import com.android.systemui.kosmos.testScope
@@ -32,6 +34,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@EnableFlags(Flags.FLAG_BOUNCER_UI_REVAMP)
class WindowRootViewModelTest : SysuiTestCase() {
    val kosmos = testKosmos()
    val testScope = kosmos.testScope