Demote failing pip tests

Stabilize presubmit

Test: atest WMShellFlickerTests
Change-Id: If98bc91eabc81006dfb9d4a82a693c0e61b39b60
This commit is contained in:
Nataniel Borges
2022-07-20 16:30:36 +00:00
parent 8b72a196ce
commit 423aa4ad3c
3 changed files with 11 additions and 1 deletions

View File

@@ -106,6 +106,11 @@ class EnterPipOnUserLeaveHintTest(testSpec: FlickerTestParameter) : EnterPipTest
super.focusChanges()
}
/** {@inheritDoc} */
@Postsubmit
@Test
override fun pipAppWindowAlwaysVisible() = super.pipAppWindowAlwaysVisible()
@Presubmit
@Test
override fun entireScreenCovered() {

View File

@@ -79,7 +79,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec
*/
@Presubmit
@Test
fun pipAppWindowAlwaysVisible() {
open fun pipAppWindowAlwaysVisible() {
testSpec.assertWm {
this.isAppWindowVisible(pipApp)
}

View File

@@ -84,6 +84,11 @@ class ExitPipViaExpandButtonClickTest(
@Test
override fun entireScreenCovered() = super.entireScreenCovered()
/** {@inheritDoc} */
@FlakyTest(bugId = 197726610)
@Test
override fun pipLayerExpands() = super.pipLayerExpands()
companion object {
/**
* Creates the test configurations.