commit | d6e77bced418c3af77fb2ef96bac3f3e050fc246 | [log] [tgz] |
---|---|---|
author | Zak Cohen <zakcohen@google.com> | Thu Jun 10 20:30:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 10 20:30:47 2021 +0000 |
tree | 6a7aa0f43f531ebe96ae68181f67ca150758ff46 | |
parent | a326c763eb39a2a9d12ef45375d89bb2b1d75ef7 [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: Id86e625b54314cec82c4f69dde92b237d09ad7b2
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;