summaryrefslogtreecommitdiffstats
path: root/robolectric_tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-22 17:34:29 -0700
committervadimt <vadimt@google.com>2019-04-22 17:34:29 -0700
commit677abe211707939d32ac9bb4c6f02a2b2d56ca4a (patch)
treed7406e7c487b3527a6cee55c396daeddf03c9cca /robolectric_tests
parentb226f28a8c766630cdc5cd879d70a8a519100c2a (diff)
downloadandroid_packages_apps_Trebuchet-677abe211707939d32ac9bb4c6f02a2b2d56ca4a.tar.gz
android_packages_apps_Trebuchet-677abe211707939d32ac9bb4c6f02a2b2d56ca4a.tar.bz2
android_packages_apps_Trebuchet-677abe211707939d32ac9bb4c6f02a2b2d56ca4a.zip
Annotating ignored tests with requests to enable them
Bug: 117106893 Change-Id: Ib8e578913ceebee44a507b5e333e7da07c6120d0
Diffstat (limited to 'robolectric_tests')
-rw-r--r--robolectric_tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/robolectric_tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java b/robolectric_tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
index e046cad2c..42848f461 100644
--- a/robolectric_tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
+++ b/robolectric_tests/src/com/android/launcher3/model/CacheDataUpdatedTaskTest.java
@@ -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"));