Merge "Ignore failing tests." into rvc-dev am: e5c1670ae3 am: f176a01515 am: 291fb6f98f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11854362 Change-Id: I1eb3fc1c9f3dd75e770f660e42a2206a7c3a8e12
This commit is contained in:
@@ -92,6 +92,7 @@ import com.android.systemui.util.FloatingContentCoordinator;
|
|||||||
import com.google.common.collect.ImmutableList;
|
import com.google.common.collect.ImmutableList;
|
||||||
|
|
||||||
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;
|
||||||
@@ -407,6 +408,7 @@ public class BubbleControllerTest extends SysuiTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("Currently broken.")
|
||||||
public void testCollapseAfterChangingExpandedBubble() {
|
public void testCollapseAfterChangingExpandedBubble() {
|
||||||
// Mark it as a bubble and add it explicitly
|
// Mark it as a bubble and add it explicitly
|
||||||
mEntryListener.onPendingEntryAdded(mRow.getEntry());
|
mEntryListener.onPendingEntryAdded(mRow.getEntry());
|
||||||
|
|||||||
@@ -87,6 +87,7 @@ import com.android.systemui.statusbar.policy.ZenModeController;
|
|||||||
import com.android.systemui.util.FloatingContentCoordinator;
|
import com.android.systemui.util.FloatingContentCoordinator;
|
||||||
|
|
||||||
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;
|
||||||
@@ -364,6 +365,7 @@ public class NewNotifPipelineBubbleControllerTest extends SysuiTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("Currently broken.")
|
||||||
public void testCollapseAfterChangingExpandedBubble() {
|
public void testCollapseAfterChangingExpandedBubble() {
|
||||||
// Mark it as a bubble and add it explicitly
|
// Mark it as a bubble and add it explicitly
|
||||||
mEntryListener.onEntryAdded(mRow.getEntry());
|
mEntryListener.onEntryAdded(mRow.getEntry());
|
||||||
|
|||||||
Reference in New Issue
Block a user