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

Commit 5c49695b authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable flaky app launch from lockscree assertion

To bring the module flakiness in line to trunk stable SLO

Bug: 288341660
Test: atest FlickerTestsAppLaunch
Change-Id: Id403af4c8c75f465c223f2fd46073e36e4742f98
parent 49e61e47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ open class OpenAppFromLockscreenViaIntentTest(flicker: LegacyFlickerTest) :
     * Checks that the [ComponentNameMatcher.NAV_BAR] layer starts invisible, becomes visible during
     * unlocking animation and remains visible at the end
     */
    @Presubmit
    @FlakyTest(bugId = 288341660)
    @Test
    fun navBarLayerVisibilityChanges() {
        Assume.assumeFalse(flicker.scenario.isTablet)