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

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

Disable flaky rotation test from presubmit

Since boundless layers were added to SF, the consecutive visible layers assertion is very flaky. Disable it from presubmit to avoid blocking other CLs

Test: atest FlickerTests
Change-Id: Iffc5a53edc71049eb9b8ab21cd469934fa696bb5
parent d08df391
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -103,6 +103,11 @@ class ChangeAppRotationTest(
        super.navBarLayerRotatesAndScales()
    }

    @FlakyTest
    @Test
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
        super.visibleLayersShownMoreThanOneConsecutiveEntry()

    companion object {
        @Parameterized.Parameters(name = "{0}")
        @JvmStatic