commit | e3ae74943c452181797df3b085521f46fc1b3a39 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Thu Jun 10 20:37:19 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 20:37:19 2021 +0000 |
tree | 0e5ba75687bfdfe2dea579e30016359a07013b88 | |
parent | c9565c24445d68b401232a37f41230ea50d49ccb [diff] | |
parent | 20832e64a44932d09ab8cba5c285302e460bacc6 [diff] |
Merge "Suppress failing view inflation tests until investigation" into sc-dev am: 20832e64a4 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14938006 Change-Id: I0aacc8114111bc792a98129f0c8455d41b123b5c
diff --git a/quickstep/tests/src/com/android/quickstep/ViewInflationDuringSwipeUp.java b/quickstep/tests/src/com/android/quickstep/ViewInflationDuringSwipeUp.java index b4329c1..ea7b7f5 100644 --- a/quickstep/tests/src/com/android/quickstep/ViewInflationDuringSwipeUp.java +++ b/quickstep/tests/src/com/android/quickstep/ViewInflationDuringSwipeUp.java
@@ -43,6 +43,7 @@ import android.widget.RemoteViews; import androidx.test.filters.LargeTest; +import androidx.test.filters.Suppress; import androidx.test.runner.AndroidJUnit4; import androidx.test.uiautomator.By; import androidx.test.uiautomator.UiDevice; @@ -133,6 +134,7 @@ @Test @NavigationModeSwitch(mode = ZERO_BUTTON) + @Suppress // until b/190729479 is fixed public void testSwipeUpFromApp_widget_update() { String stubText = "Some random stub text"; @@ -145,6 +147,7 @@ @Test @NavigationModeSwitch(mode = ZERO_BUTTON) + @Suppress // until b/190729479 is fixed public void testSwipeUp_with_list_widgets() { SimpleViewsFactory viewFactory = new SimpleViewsFactory(); viewFactory.viewCount = 1;