mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Annotating ignored tests with requests to enable them
Bug: 117106893 Change-Id: Ib8e578913ceebee44a507b5e333e7da07c6120d0
This commit is contained in:
@@ -125,7 +125,7 @@ public class BindWidgetTest extends AbstractLauncherUiTest {
|
||||
verifyWidgetPresent(info);
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testUnboundWidget_removed() {
|
||||
LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false);
|
||||
LauncherAppWidgetInfo item = createWidgetInfo(info, false);
|
||||
@@ -145,7 +145,7 @@ public class BindWidgetTest extends AbstractLauncherUiTest {
|
||||
assertFalse(mDevice.findObject(new UiSelector().description(info.label)).exists());
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPendingWidget_autoRestored() {
|
||||
// A non-restored widget with no config screen gets restored automatically.
|
||||
LauncherAppWidgetProviderInfo info = TestViewHelpers.findWidgetProvider(this, false);
|
||||
@@ -183,7 +183,7 @@ public class BindWidgetTest extends AbstractLauncherUiTest {
|
||||
LauncherSettings.Favorites.APPWIDGET_ID))));
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPendingWidget_notRestored_removed() {
|
||||
LauncherAppWidgetInfo item = getInvalidWidgetInfo();
|
||||
item.restoreStatus = LauncherAppWidgetInfo.FLAG_ID_NOT_VALID
|
||||
|
||||
Reference in New Issue
Block a user