Merge "ignore a flaky test" into sc-dev
This commit is contained in:
@@ -49,6 +49,7 @@ import com.android.systemui.wmshell.BubblesManager;
|
|||||||
import com.android.wm.shell.bubbles.Bubble;
|
import com.android.wm.shell.bubbles.Bubble;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -213,6 +214,7 @@ public class LaunchConversationActivityTest extends SysuiTestCase {
|
|||||||
verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class));
|
verify(mBubblesManager, never()).expandStackAndSelectBubble(any(NotificationEntry.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testBubbleWithNoNotifOpensBubble() throws Exception {
|
public void testBubbleWithNoNotifOpensBubble() throws Exception {
|
||||||
Bubble bubble = mock(Bubble.class);
|
Bubble bubble = mock(Bubble.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user