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:
Nataniel Borges
2021-09-02 15:55:30 +02:00
parent d08df39144
commit e1290dae7b

View File

@@ -103,6 +103,11 @@ class ChangeAppRotationTest(
super.navBarLayerRotatesAndScales()
}
@FlakyTest
@Test
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
super.visibleLayersShownMoreThanOneConsecutiveEntry()
companion object {
@Parameterized.Parameters(name = "{0}")
@JvmStatic