Demote unstable assertions from presubmit

Test: atest FlickerTests:com.android.server.wm.flicker
Bug: 167521849
Change-Id: Ifb124f257daa4654ce5c0ab7674959de86a9e8d4
This commit is contained in:
Nataniel Borges
2021-03-18 19:17:05 +01:00
parent f025a37231
commit 6d6bfeb775
3 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ class CloseImeAutoOpenWindowToAppTest(private val testSpec: FlickerTestParameter
testSpec.navBarLayerRotatesAndScales(testSpec.config.startRotation)
}
@Presubmit
@FlakyTest
@Test
fun statusBarLayerRotatesScales() {
testSpec.statusBarLayerRotatesScales(testSpec.config.startRotation)

View File

@@ -122,7 +122,7 @@ class CloseImeAutoOpenWindowToHomeTest(private val testSpec: FlickerTestParamete
testSpec.navBarLayerRotatesAndScales(testSpec.config.startRotation, Surface.ROTATION_0)
}
@Presubmit
@FlakyTest
@Test
fun statusBarLayerRotatesScales() {
testSpec.statusBarLayerRotatesScales(testSpec.config.startRotation, Surface.ROTATION_0)

View File

@@ -147,7 +147,7 @@ class ReOpenImeWindowTest(private val testSpec: FlickerTestParameter) {
testSpec.navBarLayerRotatesAndScales(Surface.ROTATION_0, testSpec.config.endRotation)
}
@Presubmit
@FlakyTest
@Test
fun statusBarLayerRotatesScales() {
testSpec.statusBarLayerRotatesScales(Surface.ROTATION_0, testSpec.config.endRotation)