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

Commit f4fec400 authored by Matías Hernández's avatar Matías Hernández
Browse files

Force enable MODES_UI flag for ZenModesCleanupStartableTest

Fixes test failure on next.

Change-Id: I320a9b8c18286b76416c3e8f921828b8990ee2fc
Fixes: 372960366
Test: ZenModesCleanupStartableTest
Flag: android.app.modes_ui
parent 5acef816
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.systemui.statusbar.policy
import android.app.AutomaticZenRule
import android.app.NotificationManager
import android.net.Uri
import android.platform.test.annotations.EnableFlags
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SmallTest
import com.android.systemui.SysuiTestCase
@@ -42,6 +43,7 @@ import org.mockito.kotlin.whenever
@OptIn(ExperimentalCoroutinesApi::class)
@RunWith(AndroidJUnit4::class)
@SmallTest
@EnableFlags(android.app.Flags.FLAG_MODES_UI)
class ZenModesCleanupStartableTest : SysuiTestCase() {

    private val kosmos = testKosmos()