| commit | db491ea11ceb750cb657d6a4a98cabc019713a44 | [log] [tgz] |
|---|---|---|
| author | Zak Cohen <zakcohen@google.com> | Thu Jun 10 20:47:22 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 20:47:22 2021 +0000 |
| tree | fad0ff2f193b5e240d1ed179a06fa3143c4b29e8 | |
| parent | dd0665544fdfe44b194c40e2a98e5fe862b046ca [diff] | |
| parent | d6e77bced418c3af77fb2ef96bac3f3e050fc246 [diff] |
Merge "Suppress failing view inflation tests until investigation" into sc-dev am: 20832e64a4 am: d6e77bced4 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14938006 Change-Id: I334605687bd533c88242bf85483fadd58e767195
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;