commit | ece0504e3567e7763a68128539ff9db0dff661df | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Sep 07 18:01:41 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 07 18:01:41 2021 +0000 |
tree | 68017bd5e11d46dd65570f94a3af040db0b6b45e | |
parent | 98d651f5f7ed464cef51e721038945e310d6cd87 [diff] | |
parent | 580d9735f3c30d9f6252c6132a7af45c9014021c [diff] |
Cleaning up fixed bug am: 1aff018e17 am: 580d9735f3 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15778079 Change-Id: I91bbc6068af6e5e3f540072aece0dbebe81bf358
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 &&