Merge "Demote failing pip tests"

This commit is contained in:
TreeHugger Robot
2022-07-20 22:15:41 +00:00
committed by Android (Google) Code Review
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.