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