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

Commit e35d2b17 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:...

Merge "Disable failing visible consecutive layers assertion" into tm-dev am: eca6ae39 am: 801af429 am: 0431df96

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17822406



Change-Id: Ibe017774cf79f6b66d61cdf02497b45fddfb2ea1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c7ba2e1f 0431df96
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 {
        /**