Disable flaky task transition test

It's affecting presubmit

Bug: 265007895
Test: atest FlickerTests WMShellFlickerTests
Change-Id: Ic7dd92a0125f0c74f215e1097f2bf83e028f2f3e
This commit is contained in:
Nataniel Borges
2023-04-18 16:23:20 +00:00
parent ecb50f8f64
commit 9707dee08c

View File

@@ -118,7 +118,7 @@ class TaskTransitionTest(flicker: FlickerTest) : BaseTest(flicker) {
}
/** Checks that a color background is visible while the task transition is occurring. */
@Presubmit
@FlakyTest(bugId = 265007895)
@Test
fun transitionHasColorBackground() {
val backgroundColorLayer = ComponentNameMatcher("", "Animation Background")