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

Commit 2f4a21e0 authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "ignore a flaky test" into sc-dev am: 36810e70

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15000871

Change-Id: Ie74fd3c7356559a5e29be277cc2c3b8ae0b9d55c
parents 92ca41c6 36810e70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ import com.android.systemui.wmshell.BubblesManager;
import com.android.wm.shell.bubbles.Bubble;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -213,6 +214,7 @@ public class LaunchConversationActivityTest extends SysuiTestCase {
        verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class));
    }

    @Ignore
    @Test
    public void testBubbleWithNoNotifOpensBubble() throws Exception {
        Bubble bubble = mock(Bubble.class);