Loading tests/FlickerTests/src/com/android/server/wm/flicker/launch/TaskTransitionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/launch/TaskTransitionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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") Loading