Demote falky tests

Bug: 252736515
Test: N/A
Change-Id: I7ccab3a085ab08d47da4336f6057c9f6422c132d
This commit is contained in:
Pablo Gamito
2022-10-10 10:30:33 +00:00
parent c226210c25
commit 3101ef96f0
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ class EnterSplitScreenFromOverview(testSpec: FlickerTestParameter) : SplitScreen
super.taskBarWindowIsAlwaysVisible()
/** {@inheritDoc} */
@Presubmit
@FlakyTest(bugId = 252736515)
@Test
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
super.visibleLayersShownMoreThanOneConsecutiveEntry()

View File

@@ -151,7 +151,7 @@ class SwitchBackToSplitFromHome(testSpec: FlickerTestParameter) : SplitScreenBas
override fun taskBarWindowIsAlwaysVisible() = super.taskBarWindowIsAlwaysVisible()
/** {@inheritDoc} */
@Presubmit
@FlakyTest(bugId = 252736515)
@Test
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
super.visibleLayersShownMoreThanOneConsecutiveEntry()