Merge "Downgrade FASS tests from presubmit to postsubmit"

This commit is contained in:
Nataniel Borges
2021-11-10 16:32:44 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,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()