Demote failing tests

Bug: 240238245
Test: atest FlickerTests
Change-Id: I5e1b212a578fa29f5e94bf7b1273b1420ee7f83f
This commit is contained in:
Nataniel Borges
2022-07-26 08:34:35 +00:00
parent 7c5ee6c6de
commit b881f53b1a

View File

@@ -88,6 +88,12 @@ open class OpenAppColdTest(
@Test
override fun appLayerReplacesLauncher() = super.appLayerReplacesLauncher()
/** {@inheritDoc} */
@FlakyTest(bugId = 240238245)
@Test
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
super.visibleLayersShownMoreThanOneConsecutiveEntry()
companion object {
/**
* Creates the test configurations.