commit | 580d9735f3c30d9f6252c6132a7af45c9014021c | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Sep 07 17:49:30 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 07 17:49:30 2021 +0000 |
tree | ae57d48c86c1b0f936db9b94b5597ed84054c5ef | |
parent | fef84dd5ea2e427c4e1af18404c553d306dedbde [diff] | |
parent | 1aff018e1737da91392ec7c553755cacec734bcc [diff] |
Cleaning up fixed bug am: 1aff018e17 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15778079 Change-Id: I4f817a5b7af9c880b0900ce4f8102db9ab6f4b0e
diff --git a/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java b/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java index a5694fc..ccbb662 100644 --- a/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java +++ b/tests/src/com/android/launcher3/ui/widget/RequestPinItemTest.java
@@ -42,7 +42,6 @@ import com.android.launcher3.util.LauncherBindableItemsContainer.ItemOperator; import com.android.launcher3.util.Wait; import com.android.launcher3.util.Wait.Condition; -import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.launcher3.util.rule.ShellCommandRule; import org.junit.Before; @@ -78,7 +77,6 @@ public void testEmpty() throws Throwable { /* needed while the broken tests are being fixed */ } @Test - @ScreenRecord //b/192010616 public void testPinWidgetNoConfig() throws Throwable { runTest("pinWidgetNoConfig", true, (info, view) -> info instanceof LauncherAppWidgetInfo && ((LauncherAppWidgetInfo) info).appWidgetId == mAppWidgetId &&