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

Commit e9d6e0b2 authored by Ioana Moraru's avatar Ioana Moraru Committed by Nataniel Borges
Browse files

Downgrade FASS tests from presubmit to postsubmit

Some assertions might have an unstable behaviour after adding
forAllEntries().

Bug: 204456498
Test: atest FlickerTests
Change-Id: I94aebc7abfb0892f79ab44a1df8a2e46a7442a95
parent 48de4f00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter)
        testSpec.replacesLayer(testApp.component, LAUNCHER_COMPONENT)
    }

    @Presubmit
    @Postsubmit
    @Test
    fun runPresubmitAssertion() {
        flickerRule.checkPresubmitAssertions()
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ class ChangeAppRotationTest(
            }
        }

    @Presubmit
    @Postsubmit
    @Test
    fun runPresubmitAssertion() {
        flickerRule.checkPresubmitAssertions()