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:
committed by
Nataniel Borges
parent
48de4f00e0
commit
e9d6e0b221
@@ -197,7 +197,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter)
|
||||
testSpec.replacesLayer(testApp.component, LAUNCHER_COMPONENT)
|
||||
}
|
||||
|
||||
@Presubmit
|
||||
@Postsubmit
|
||||
@Test
|
||||
fun runPresubmitAssertion() {
|
||||
flickerRule.checkPresubmitAssertions()
|
||||
|
||||
@@ -95,7 +95,7 @@ class ChangeAppRotationTest(
|
||||
}
|
||||
}
|
||||
|
||||
@Presubmit
|
||||
@Postsubmit
|
||||
@Test
|
||||
fun runPresubmitAssertion() {
|
||||
flickerRule.checkPresubmitAssertions()
|
||||
|
||||
Reference in New Issue
Block a user