commit | 5c49695b0fa09118c80860b42240ba68fd240926 | [log] [tgz] |
---|---|---|
author | Nataniel Borges <natanieljr@google.com> | Fri Jul 21 10:05:06 2023 +0000 |
committer | Nataniel Borges <natanieljr@google.com> | Fri Jul 21 10:06:25 2023 +0000 |
tree | ec0481bac0a6cacf49139abf38b440f2b35d646c | |
parent | 49e61e47740b3cebe269e68e666e7d008b366908 [diff] |
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
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockscreenViaIntentTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockscreenViaIntentTest.kt index 94b090f..063e2c3 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockscreenViaIntentTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockscreenViaIntentTest.kt
@@ -71,7 +71,7 @@ * 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)