diff options
author | 2023-07-24 11:51:01 +0000 | |
---|---|---|
committer | 2023-07-24 11:51:01 +0000 | |
commit | c34e1016c38e316be1f555d818c558b47437dfd2 (patch) | |
tree | e2e083d2264b3872fd6623b3e967417eec68f8b4 | |
parent | 5b1b71cc1917f6647579e13c2e83ac3f6b3164ac (diff) | |
parent | 5c49695b0fa09118c80860b42240ba68fd240926 (diff) |
Merge "Disable flaky app launch from lockscree assertion" into main
-rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockscreenViaIntentTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 94b090f42c9b..063e2c3091ca 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 @@ 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) |