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

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

Disable layer rotation assertions on seamless rotation

These assertion are flaky because of b/147659548, causing several flicker runs to fail.

Bug: 147659548
Test: atest SeamlessAppRotationTest
Change-Id: I6888df83da8a7aef864a9259899de2e4f37799ed
parent b943579d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -147,8 +147,7 @@ class SeamlessAppRotationTest(
                        navBarLayerIsAlwaysVisible(bugId = 140855415)
                        statusBarLayerIsAlwaysVisible(bugId = 140855415)
                        noUncoveredRegions(configuration.startRotation,
                            configuration.endRotation, allStates = false
                            /*, bugId = 147659548*/)
                            configuration.endRotation, allStates = false, bugId = 147659548)
                        navBarLayerRotatesAndScales(configuration.startRotation,
                            configuration.endRotation)
                        statusBarLayerRotatesScales(configuration.startRotation,
@@ -161,7 +160,7 @@ class SeamlessAppRotationTest(
                        val endingBounds = WindowUtils
                            .getDisplayBounds(configuration.endRotation)

                        all("appLayerRotates"/*, bugId = 147659548*/) {
                        all("appLayerRotates", bugId = 147659548) {
                            if (startingBounds == endingBounds) {
                                this.hasVisibleRegion(
                                    configuration.intentPackageName, startingBounds)