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

Commit e89f1336 authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

Merge "Disable failing visible consecutive layers assertion" into tm-dev am: eca6ae39

parents 9dbfcb7e eca6ae39
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -98,6 +98,12 @@ class CloseAppBackButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
        super.statusBarLayerRotatesScales()
        super.statusBarLayerRotatesScales()
    }
    }


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

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


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


    companion object {
    companion object {
        /**
        /**