Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit beaddd2c authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable visibleLayersShowInConsecutiveEntries assertion

This assertion is ~30% flaky at the moment

Bug: 162923992
Test: atest FlickerTests
Change-Id: I288b5f19ee45bd708a4c47b161f6b7f5405968b5
parent 8de82ccc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ class NonResizableLaunchInLegacySplitScreenTest(
                    visibleLayersShownMoreThanOneConsecutiveEntry(
                            listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
                                    nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
                                    TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME)
                                    TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
                        enabled = false
                    )
                }
                windowManagerTrace {
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ class ReOpenImeWindowTest(
                                        configuration.endRotation)
                                statusBarLayerIsAlwaysVisible()
                                navBarLayerIsAlwaysVisible()
                                visibleLayersShownMoreThanOneConsecutiveEntry()
                                visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)

                                imeLayerBecomesVisible()
                                appLayerReplacesWallpaperLayer(testAppComponentName.className)