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

Commit eecd9cb2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Ignore flaky test" into rvc-dev am: b94fdf54 am: a108e002 am: 253c5756 am: a8365442

Change-Id: I0e80eb1ee4de27360fe11f314883dbf493c0e1e6
parents 94137d48 a8365442
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ import com.android.systemui.statusbar.policy.HeadsUpManager
import dagger.Lazy
import junit.framework.Assert.assertEquals
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mockito.mock
@@ -195,6 +196,7 @@ class NotificationRankingManagerTest : SysuiTestCase() {
        assertEquals(listOf(b, a), rankingManager.updateRanking(null, listOf(a, b), "test"))
    }

    @Ignore // TODO: (b/149046729) fix test and re-enable
    @Test
    fun testSort_importantPeople() {
        whenever(sectionsManager.isFilteringEnabled()).thenReturn(true)