Disable overlay app notification launch flicker tests
These tests do not currently have any animated notification launch due to the keyguard being occluded. In order to instrument these correctly, we would need to have a correct animation and CUJ for this scenario. Bug: 294418322 Bug: 290577455 Test: only disabling tests Change-Id: I92f9d3e21d77f153bd5ff631c17e0d461818394a
This commit is contained in:
@@ -25,10 +25,12 @@ import android.tools.common.flicker.config.FlickerConfig
|
||||
import android.tools.common.flicker.config.FlickerServiceConfig
|
||||
import android.tools.device.flicker.junit.FlickerServiceJUnit4ClassRunner
|
||||
import com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationWithOverlayApp
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(FlickerServiceJUnit4ClassRunner::class)
|
||||
@Ignore("b/294418322: no notification launch animation exists when keyguard is occluded")
|
||||
class OpenAppFromLockscreenNotificationWithOverlayApp3ButtonNavLandscape :
|
||||
OpenAppFromLockscreenNotificationWithOverlayApp(NavBar.MODE_3BUTTON, Rotation.ROTATION_90) {
|
||||
@ExpectedScenarios(["APP_LAUNCH_FROM_NOTIFICATION"])
|
||||
|
||||
@@ -25,10 +25,12 @@ import android.tools.common.flicker.config.FlickerConfig
|
||||
import android.tools.common.flicker.config.FlickerServiceConfig
|
||||
import android.tools.device.flicker.junit.FlickerServiceJUnit4ClassRunner
|
||||
import com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationWithOverlayApp
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(FlickerServiceJUnit4ClassRunner::class)
|
||||
@Ignore("b/294418322: no notification launch animation exists when keyguard is occluded")
|
||||
class OpenAppFromLockscreenNotificationWithOverlayApp3ButtonNavPortrait :
|
||||
OpenAppFromLockscreenNotificationWithOverlayApp(NavBar.MODE_3BUTTON, Rotation.ROTATION_0) {
|
||||
@ExpectedScenarios(["APP_LAUNCH_FROM_NOTIFICATION"])
|
||||
|
||||
@@ -25,10 +25,12 @@ import android.tools.common.flicker.config.FlickerConfig
|
||||
import android.tools.common.flicker.config.FlickerServiceConfig
|
||||
import android.tools.device.flicker.junit.FlickerServiceJUnit4ClassRunner
|
||||
import com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationWithOverlayApp
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(FlickerServiceJUnit4ClassRunner::class)
|
||||
@Ignore("b/294418322: no notification launch animation exists when keyguard is occluded")
|
||||
class OpenAppFromLockscreenNotificationWithOverlayAppGesturalNavLandscape :
|
||||
OpenAppFromLockscreenNotificationWithOverlayApp(NavBar.MODE_GESTURAL, Rotation.ROTATION_90) {
|
||||
@ExpectedScenarios(["APP_LAUNCH_FROM_NOTIFICATION"])
|
||||
|
||||
@@ -25,10 +25,12 @@ import android.tools.common.flicker.config.FlickerConfig
|
||||
import android.tools.common.flicker.config.FlickerServiceConfig
|
||||
import android.tools.device.flicker.junit.FlickerServiceJUnit4ClassRunner
|
||||
import com.android.server.wm.flicker.service.notification.scenarios.OpenAppFromLockscreenNotificationWithOverlayApp
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(FlickerServiceJUnit4ClassRunner::class)
|
||||
@Ignore("b/294418322: no notification launch animation exists when keyguard is occluded")
|
||||
class OpenAppFromLockscreenNotificationWithOverlayAppGesturalNavPortrait :
|
||||
OpenAppFromLockscreenNotificationWithOverlayApp(NavBar.MODE_GESTURAL, Rotation.ROTATION_0) {
|
||||
@ExpectedScenarios(["APP_LAUNCH_FROM_NOTIFICATION"])
|
||||
|
||||
Reference in New Issue
Block a user