Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b82b25c4 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Demote unstable assertions from presubmit" into sc-dev

parents b83bcbb5 6d6bfeb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)