Merge "Disable NotificationPanelViewControllerTest.*_returnSpaceAvailable" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aa031de794
@@ -173,6 +173,7 @@ import com.android.wm.shell.animation.FlingAnimationUtils;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
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;
|
||||||
@@ -611,6 +612,7 @@ public class NotificationPanelViewControllerTest extends SysuiTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/261472011 - Test appears inconsistent across environments")
|
||||||
public void getVerticalSpaceForLockscreenNotifications_useLockIconBottomPadding_returnsSpaceAvailable() {
|
public void getVerticalSpaceForLockscreenNotifications_useLockIconBottomPadding_returnsSpaceAvailable() {
|
||||||
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
||||||
/* lockIconPadding= */ 20,
|
/* lockIconPadding= */ 20,
|
||||||
@@ -622,6 +624,7 @@ public class NotificationPanelViewControllerTest extends SysuiTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/261472011 - Test appears inconsistent across environments")
|
||||||
public void getVerticalSpaceForLockscreenNotifications_useIndicationBottomPadding_returnsSpaceAvailable() {
|
public void getVerticalSpaceForLockscreenNotifications_useIndicationBottomPadding_returnsSpaceAvailable() {
|
||||||
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
||||||
/* lockIconPadding= */ 0,
|
/* lockIconPadding= */ 0,
|
||||||
@@ -633,6 +636,7 @@ public class NotificationPanelViewControllerTest extends SysuiTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/261472011 - Test appears inconsistent across environments")
|
||||||
public void getVerticalSpaceForLockscreenNotifications_useAmbientBottomPadding_returnsSpaceAvailable() {
|
public void getVerticalSpaceForLockscreenNotifications_useAmbientBottomPadding_returnsSpaceAvailable() {
|
||||||
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
setBottomPadding(/* stackScrollLayoutBottom= */ 180,
|
||||||
/* lockIconPadding= */ 0,
|
/* lockIconPadding= */ 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user