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

Commit ff2c76b3 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Add missing @Test annotations

Bug: 293075402
Test: N/A
Change-Id: I3439a0968e9564924699bf820c6bec22efa36c9f
parent 04cf14cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -67,9 +67,11 @@ class HorizontalSplitChangeRatioTest(flicker: LegacyFlickerTest) :
    }

    @FlakyTest(bugId = 293075402)
    @Test
    override fun backgroundLayerNeverVisible() = super.backgroundLayerNeverVisible()

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