summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Vania Desmonda <vaniadesmonda@google.com> 2025-02-04 18:25:32 +0000
committer Vania Desmonda <vaniadesmonda@google.com> 2025-02-04 18:25:32 +0000
commita660cee42e3fb6a9dff3221bf91caba2c6a6a1a2 (patch)
tree328bcc0624d974980dcf71938aeeb8ab617fdc68 /libs
parent20cdf105ccb9e6f742cca1be03e07b9c090bee2a (diff)
Remove app window bigger than initial bounds assertion.
Removing this assertion because it's not working well, and the other assertions are sufficient for each CUJ. Fixes: 366201428 Test: atest ResizeAppWithCornerResizePortrait Flag: EXEMPT flicker test Change-Id: Iaca9621a974f591fff92aa44e24eefb76e5a4696
Diffstat (limited to 'libs')
-rw-r--r--libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt b/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt
index 9b402734a4c4..4c443d7501f7 100644
--- a/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt
+++ b/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt
@@ -36,7 +36,6 @@ import android.tools.flicker.assertors.assertions.AppWindowHasMaxDisplayHeight
import android.tools.flicker.assertors.assertions.AppWindowHasMaxDisplayWidth
import android.tools.flicker.assertors.assertions.AppWindowHasSizeOfAtLeast
import android.tools.flicker.assertors.assertions.AppWindowInsideDisplayBoundsAtEnd
-import android.tools.flicker.assertors.assertions.AppWindowIsBiggerThanInitialBoundsAtEnd
import android.tools.flicker.assertors.assertions.AppWindowIsInvisibleAtEnd
import android.tools.flicker.assertors.assertions.AppWindowIsVisibleAlways
import android.tools.flicker.assertors.assertions.AppWindowMaintainsAspectRatioAlways
@@ -172,7 +171,6 @@ class DesktopModeFlickerScenarios {
assertions = AssertionTemplates.DESKTOP_MODE_APP_VISIBILITY_ASSERTIONS +
listOf(
ResizeVeilKeepsIncreasingInSize(DESKTOP_MODE_APP),
- AppWindowIsBiggerThanInitialBoundsAtEnd(DESKTOP_MODE_APP),
).associateBy({ it }, { AssertionInvocationGroup.BLOCKING })
)
@@ -189,7 +187,6 @@ class DesktopModeFlickerScenarios {
assertions = AssertionTemplates.DESKTOP_MODE_APP_VISIBILITY_ASSERTIONS +
listOf(
ResizeVeilKeepsIncreasingInSize(DESKTOP_MODE_APP),
- AppWindowIsBiggerThanInitialBoundsAtEnd(DESKTOP_MODE_APP),
).associateBy({ it }, { AssertionInvocationGroup.BLOCKING }),
)