diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt index 862efbd6a897e..b1a267ac27b4e 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt @@ -77,6 +77,11 @@ open class OpenAppFromLockNotificationCold(flicker: FlickerTest) : @Ignore("Display is off at the start") override fun taskBarLayerIsVisibleAtStartAndEnd() {} + /** {@inheritDoc} */ + @Test + @Ignore("Display is off at the start") + override fun taskBarWindowIsAlwaysVisible() {} + /** {@inheritDoc} */ @Test @Ignore("Display is off at the start") diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt index 0ace64767dde5..e41432555ded1 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt @@ -95,6 +95,11 @@ class OpenAppFromLockNotificationWarm(flicker: FlickerTest) : OpenAppFromNotific @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end") override fun navBarLayerPositionAtStartAndEnd() {} + /** {@inheritDoc} */ + @Test + @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end") + override fun taskBarWindowIsAlwaysVisible() {} + /** {@inheritDoc} */ @Test @Ignore("Not applicable to this CUJ. Display starts off and app is full screen at the end")