Disable flake OpenAppColdFromIcon test
It's failing 50% of the time with a TAPL issue Bug: 240916028 Test: atest FlickerTests:OpenAppColdFromIcon Change-Id: I6813d7416053ae584f6c5487d386c71a38023c3b
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.server.wm.flicker.launch
|
||||
|
||||
import android.platform.test.annotations.FlakyTest
|
||||
import android.tools.common.Rotation
|
||||
import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
|
||||
import android.tools.device.flicker.legacy.FlickerBuilder
|
||||
@@ -24,6 +25,7 @@ import android.tools.device.flicker.legacy.FlickerTestFactory
|
||||
import android.tools.device.flicker.rules.RemoveAllTasksButHomeRule
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import org.junit.FixMethodOrder
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
import org.junit.runners.MethodSorters
|
||||
import org.junit.runners.Parameterized
|
||||
@@ -76,6 +78,131 @@ open class OpenAppColdFromIcon(flicker: FlickerTest) : OpenAppFromLauncherTransi
|
||||
teardown { testApp.exit(wmHelper) }
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun focusChanges() {
|
||||
super.focusChanges()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appWindowReplacesLauncherAsTopWindow() {
|
||||
super.appWindowReplacesLauncherAsTopWindow()
|
||||
}
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appWindowAsTopWindowAtEnd() {
|
||||
super.appWindowAsTopWindowAtEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appWindowBecomesTopWindow() {
|
||||
super.appWindowBecomesTopWindow()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appWindowBecomesVisible() {
|
||||
super.appWindowBecomesVisible()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appWindowIsTopWindowAtEnd() {
|
||||
super.appWindowIsTopWindowAtEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appLayerBecomesVisible() {
|
||||
super.appLayerBecomesVisible()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun appLayerReplacesLauncher() {
|
||||
super.appLayerReplacesLauncher()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun cujCompleted() {
|
||||
super.cujCompleted()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun entireScreenCovered() {
|
||||
super.entireScreenCovered()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun navBarLayerIsVisibleAtStartAndEnd() {
|
||||
super.navBarLayerIsVisibleAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun navBarLayerPositionAtStartAndEnd() {
|
||||
super.navBarLayerPositionAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun navBarWindowIsAlwaysVisible() {
|
||||
super.navBarWindowIsAlwaysVisible()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun navBarWindowIsVisibleAtStartAndEnd() {
|
||||
super.navBarWindowIsVisibleAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun statusBarLayerIsVisibleAtStartAndEnd() {
|
||||
super.statusBarLayerIsVisibleAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun statusBarLayerPositionAtStartAndEnd() {
|
||||
super.statusBarLayerPositionAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun statusBarWindowIsAlwaysVisible() {
|
||||
super.statusBarWindowIsAlwaysVisible()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun taskBarLayerIsVisibleAtStartAndEnd() {
|
||||
super.taskBarLayerIsVisibleAtStartAndEnd()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun taskBarWindowIsAlwaysVisible() {
|
||||
super.taskBarWindowIsAlwaysVisible()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
|
||||
super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 240916028)
|
||||
@Test
|
||||
override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
|
||||
super.visibleWindowsShownMoreThanOneConsecutiveEntry()
|
||||
}
|
||||
|
||||
companion object {
|
||||
/**
|
||||
* Creates the test configurations.
|
||||
|
||||
Reference in New Issue
Block a user