Mark OpenAppToSplitScreenTest focus test as flaky

From the logs, sometimes recents_animation_input_consumer
does not get focus. Disabling until we have a change to
investigate further.

Test: atest FlickerTests:OpenAppToSplitScreenTest
Bug: 151179149
Change-Id: I8e15f074a58fecf4f7059a4cd1d0135a98cc9770
This commit is contained in:
Vishnu Nair
2020-08-03 08:53:26 -07:00
parent 8dff790ba3
commit babd1eed3e

View File

@@ -102,7 +102,8 @@ class OpenAppToSplitScreenTest(
eventLog {
focusChanges(testApp.`package`,
"recents_animation_input_consumer", "NexusLauncherActivity")
"recents_animation_input_consumer", "NexusLauncherActivity",
bugId = 151179149)
}
}
}