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

Commit 17a0705b authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable flaky 'navBarLayerIsVisible' assertions

Bug: 140855415
Test: atest FlickerTests
Change-Id: I7e77445f7cba536baf311ddcffd2536703a563fb
parent 8cb800ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ class OpenAppWarmTest(
                    noUncoveredRegions(Surface.ROTATION_0, rotation, bugId = 141361128)
                    navBarLayerRotatesAndScales(Surface.ROTATION_0, rotation)
                    statusBarLayerRotatesScales(Surface.ROTATION_0, rotation)
                    navBarLayerIsAlwaysVisible()
                    navBarLayerIsAlwaysVisible(bugId = 140855415)
                    statusBarLayerIsAlwaysVisible(enabled = false)
                    wallpaperLayerBecomesInvisible()
                }
+2 −2
Original line number Diff line number Diff line
@@ -87,9 +87,9 @@ class OpenAppToSplitScreenTest(
                }

                layersTrace {
                    navBarLayerIsAlwaysVisible()
                    navBarLayerIsAlwaysVisible(bugId = 140855415)
                    statusBarLayerIsAlwaysVisible()
                    noUncoveredRegions(rotation)
                    noUncoveredRegions(rotation, enabled = false)
                    navBarLayerRotatesAndScales(rotation, bugId = 140855415)
                    statusBarLayerRotatesScales(rotation)