Merge "Promote tests to presubmit."

This commit is contained in:
Mateusz Cicheński
2022-11-01 22:47:10 +00:00
committed by Android (Google) Code Review

View File

@@ -80,7 +80,7 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest(
transitions { tapl.goHome() }
}
@FlakyTest
@FlakyTest(bugId = 256863309)
@Test
override fun pipLayerReduces() {
testSpec.assertLayers {
@@ -108,14 +108,6 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest(
}
}
@FlakyTest(bugId = 239807171)
@Test
override fun pipAppLayerAlwaysVisible() = super.pipAppLayerAlwaysVisible()
@FlakyTest(bugId = 239807171)
@Test
override fun pipLayerRemainInsideVisibleBounds() = super.pipLayerRemainInsideVisibleBounds()
@Presubmit
@Test
override fun focusChanges() {