Disable flaky rotation test from presubmit
Since boundless layers were added to SF, the consecutive visible layers assertion is very flaky. Disable it from presubmit to avoid blocking other CLs Test: atest FlickerTests Change-Id: Iffc5a53edc71049eb9b8ab21cd469934fa696bb5
This commit is contained in:
@@ -103,6 +103,11 @@ class ChangeAppRotationTest(
|
||||
super.navBarLayerRotatesAndScales()
|
||||
}
|
||||
|
||||
@FlakyTest
|
||||
@Test
|
||||
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
|
||||
super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||
|
||||
companion object {
|
||||
@Parameterized.Parameters(name = "{0}")
|
||||
@JvmStatic
|
||||
|
||||
Reference in New Issue
Block a user