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

Commit 179fce0f authored by Mady Mellor's avatar Mady Mellor
Browse files

ignore a flaky test

Test: treehugger
Bug: 191264972
Change-Id: I450a85406dfd4e8e6fecf878affa2c0440b8c36b
parent adc3f0b6
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);