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
This commit is contained in:
Aurélien Pomini
2023-06-05 13:07:59 +00:00
parent 22e65001f0
commit 5861b1ce96

View File

@@ -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,