commit | 86924b38128818d7b3379e4fd06ecbc45a77aa9c | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Thu Jun 10 20:31:01 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 20:31:01 2021 +0000 |
tree | 1025d7ee4d260033932d4cc4f9586b67b251c006 | |
parent | 030e9dcb57ac52d575a04daa0dc8f1e56331b5b6 [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: I6e316eb9d60904175a3487b3fc5379bc14c26e2e
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;