commit | 08f724635d761908ceeab545200b73595d7b2ec7 | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Thu Dec 08 15:36:43 2022 -0800 |
committer | Pinyao Ting <pinyaoting@google.com> | Tue Dec 13 17:27:07 2022 +0000 |
tree | 5ba75b7fca103ae6fa02e640f0e8cbd083054fc8 | |
parent | 61c23f1efb2a9d7ea5b8bd31ae7adac722df0d79 [diff] |
Re-enable AddConfigWidgetTest Bug: 261485458 Test: atest AddConfigWidgetTest Change-Id: I6bb209e16000458a0faaada6bcc4f5bec2e5a3e5
diff --git a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java index 3f4a1c1..2c9785c 100644 --- a/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java +++ b/tests/src/com/android/launcher3/ui/widget/AddConfigWidgetTest.java
@@ -37,7 +37,6 @@ 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 @@ mAppWidgetManager = AppWidgetManager.getInstance(mTargetContext); } - @Ignore @Test @PortraitLandscape public void testWidgetConfig() throws Throwable {