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

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

Disable failing visible consecutive layers assertion

Currently, one frame of the animation shows 2 instances of the launcher, making the test flaky

Bug: 229762973
Test: atest FlickerTests
Change-Id: I51f2854e24ea6a4114ebfd7726b5cc0ffe32e416
parent b15f71e2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -98,6 +98,12 @@ class CloseAppBackButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
        super.statusBarLayerRotatesScales()
    }

    /** {@inheritDoc} */
    @FlakyTest(bugId = 229762973)
    @Test
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
        super.visibleLayersShownMoreThanOneConsecutiveEntry()

    companion object {
        /**
         * Creates the test configurations.
+2 −3
Original line number Diff line number Diff line
@@ -101,11 +101,10 @@ class CloseAppHomeButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
    }

    /** {@inheritDoc} */
    @Presubmit
    @FlakyTest(bugId = 229762973)
    @Test
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
        super.visibleLayersShownMoreThanOneConsecutiveEntry()
    }

    companion object {
        /**