mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Annotating ignored tests with requests to enable them
Bug: 117106893 Change-Id: Ib8e578913ceebee44a507b5e333e7da07c6120d0
This commit is contained in:
@@ -80,7 +80,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
|
||||
@Test
|
||||
public void testEmpty() throws Throwable { /* needed while the broken tests are being fixed */ }
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPinWidgetNoConfig() throws Throwable {
|
||||
runTest("pinWidgetNoConfig", true, new ItemOperator() {
|
||||
@Override
|
||||
@@ -93,7 +93,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPinWidgetNoConfig_customPreview() throws Throwable {
|
||||
// Command to set custom preview
|
||||
Intent command = RequestPinItemActivity.getCommandIntent(
|
||||
@@ -111,7 +111,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
|
||||
}, command);
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPinWidgetWithConfig() throws Throwable {
|
||||
runTest("pinWidgetWithConfig", true, new ItemOperator() {
|
||||
@Override
|
||||
@@ -124,7 +124,7 @@ public class RequestPinItemTest extends AbstractLauncherUiTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Test @Ignore
|
||||
@Test @Ignore // b/131116593
|
||||
public void testPinShortcut() throws Throwable {
|
||||
// Command to set the shortcut id
|
||||
Intent command = RequestPinItemActivity.getCommandIntent(
|
||||
|
||||
Reference in New Issue
Block a user