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
This commit is contained in:
Ioana Moraru
2021-10-28 19:21:38 +00:00
committed by Nataniel Borges
parent 48de4f00e0
commit e9d6e0b221
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter)
testSpec.replacesLayer(testApp.component, LAUNCHER_COMPONENT)
}
@Presubmit
@Postsubmit
@Test
fun runPresubmitAssertion() {
flickerRule.checkPresubmitAssertions()

View File

@@ -95,7 +95,7 @@ class ChangeAppRotationTest(
}
}
@Presubmit
@Postsubmit
@Test
fun runPresubmitAssertion() {
flickerRule.checkPresubmitAssertions()