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

Commit 7ede0fac authored by Evan Laird's avatar Evan Laird
Browse files

Disable flaky test

Test: atest HeadsUpManagerPhoneTest
Fixes: 141538055
Change-Id: Icc4e2bf897485d9b8705c543a2ef6d17a724042c
parent 27f1afdd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ import com.android.systemui.statusbar.policy.AccessibilityManagerWrapper;
import com.android.systemui.statusbar.policy.ConfigurationController;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -125,6 +126,7 @@ public class HeadsUpManagerPhoneTest extends AlertingNotificationManagerTest {
        assertTrue(mHeadsUpManager.canRemoveImmediately(mEntry.getKey()));
    }

    @Ignore("b/141538055")
    @Test
    public void testCanRemoveImmediately_notTopEntry() {
        NotificationEntry laterEntry = new NotificationEntryBuilder()