diff options
| author | 2023-06-05 13:07:59 +0000 | |
|---|---|---|
| committer | 2023-06-05 13:10:16 +0000 | |
| commit | 5861b1ce967db07c001663572e05ae543e9c3a80 (patch) | |
| tree | 3eae8c5f212660bcf3f76e3597704f1dae87691b | |
| parent | 22e65001f0c08140ccfb0a5f5b2806e99bb3f4aa (diff) | |
Reintroduced the test with default live wallpaper
This test was ignored since the assumption never passes on our devices.
Reintroduce it in case it helps us find a problem in the future.
Test: treehugger
Bug: 264533465
Change-Id: I484dd6bb8aa24616dfeac3d5e9fb8b2b41654510
| -rw-r--r-- | services/tests/mockingservicestests/src/com/android/server/wallpaper/WallpaperManagerServiceTests.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/tests/mockingservicestests/src/com/android/server/wallpaper/WallpaperManagerServiceTests.java b/services/tests/mockingservicestests/src/com/android/server/wallpaper/WallpaperManagerServiceTests.java index 51e521d8ffe4..c6a5260a695e 100644 --- a/services/tests/mockingservicestests/src/com/android/server/wallpaper/WallpaperManagerServiceTests.java +++ b/services/tests/mockingservicestests/src/com/android/server/wallpaper/WallpaperManagerServiceTests.java @@ -90,7 +90,6 @@ import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.ClassRule; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -278,10 +277,8 @@ public class WallpaperManagerServiceTests { /** * Tests setWallpaperComponent and clearWallpaper should work as expected. - * TODO ignored since the assumption never passes. to be investigated. */ @Test - @Ignore("b/264533465") public void testSetThenClearComponent() { // Skip if there is no pre-defined default wallpaper component. assumeThat(sDefaultWallpaperComponent, |