diff options
| author | 2025-02-04 18:25:32 +0000 | |
|---|---|---|
| committer | 2025-02-04 18:25:32 +0000 | |
| commit | a660cee42e3fb6a9dff3221bf91caba2c6a6a1a2 (patch) | |
| tree | 328bcc0624d974980dcf71938aeeb8ab617fdc68 /libs | |
| parent | 20cdf105ccb9e6f742cca1be03e07b9c090bee2a (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.kt | 3 |
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 }), ) |