Re-enable AddConfigWidgetTest

Bug: 261485458
Test: atest AddConfigWidgetTest
Change-Id: I6bb209e16000458a0faaada6bcc4f5bec2e5a3e5
This commit is contained in:
Pinyao Ting
2022-12-08 15:36:43 -08:00
parent 61c23f1efb
commit 08f724635d

View File

@@ -37,7 +37,6 @@ import com.android.launcher3.util.rule.ShellCommandRule;
import com.android.launcher3.widget.LauncherAppWidgetProviderInfo;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -65,7 +64,6 @@ public class AddConfigWidgetTest extends AbstractLauncherUiTest {
mAppWidgetManager = AppWidgetManager.getInstance(mTargetContext);
}
@Ignore
@Test
@PortraitLandscape
public void testWidgetConfig() throws Throwable {