Annotating ignored tests with requests to enable them
Bug: 117106893 Change-Id: Ib8e578913ceebee44a507b5e333e7da07c6120d0
This commit is contained in:
@@ -41,7 +41,7 @@ public class CacheDataUpdatedTaskTest extends BaseModelUpdateTaskTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("This test fails with resource errors")
|
||||
@Ignore("This test fails with resource errors") // b/131115553
|
||||
public void testCacheUpdate_update_apps() throws Exception {
|
||||
// Clear all icons from apps list so that its easy to check what was updated
|
||||
for (AppInfo info : allAppsList.data) {
|
||||
@@ -66,7 +66,7 @@ public class CacheDataUpdatedTaskTest extends BaseModelUpdateTaskTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("This test fails with resource errors")
|
||||
@Ignore("This test fails with resource errors") // b/131115553
|
||||
public void testSessionUpdate_ignores_normal_apps() throws Exception {
|
||||
executeTaskForTest(newTask(CacheDataUpdatedTask.OP_SESSION_UPDATE, "app1"));
|
||||
|
||||
@@ -75,7 +75,7 @@ public class CacheDataUpdatedTaskTest extends BaseModelUpdateTaskTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("This test fails with resource errors")
|
||||
@Ignore("This test fails with resource errors") // b/131115553
|
||||
public void testSessionUpdate_updates_pending_apps() throws Exception {
|
||||
executeTaskForTest(newTask(CacheDataUpdatedTask.OP_SESSION_UPDATE, "app3"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user