Annotate some FlickerTests to run in the presubmit.
- Excluded some tests which have the flakiness bigger than 1%:
https://screenshot.googleplex.com/54j3Nb3Gv5UDw2z.png
com.android.server.wm.flicker.launch.OpenAppWarmTest
com.android.server.wm.flicker.ime.CloseImeAutoOpenWindowToAppTest
com.android.server.wm.flicker.splitscreen.OpenAppToSplitScreenTest
com.android.server.wm.flicker.rotation.ChangeAppRotationTest
Bug: 167422027
Test: Check if the given tests are running in presubmit.
Change-Id: Id9d579bb12de010013d820ef15cab387429db48b
diff --git a/tests/FlickerTests/Android.bp b/tests/FlickerTests/Android.bp
index a53ea16..d430db5 100644
--- a/tests/FlickerTests/Android.bp
+++ b/tests/FlickerTests/Android.bp
@@ -29,7 +29,8 @@
"flickerlib",
"truth-prebuilt",
"launcher-helper-lib",
- "launcher-aosp-tapl"
+ "launcher-aosp-tapl",
+ "platform-test-annotations",
],
}
@@ -50,6 +51,7 @@
"truth-prebuilt",
"app-helpers-core",
"launcher-helper-lib",
- "launcher-aosp-tapl"
+ "launcher-aosp-tapl",
+ "platform-test-annotations",
],
}
\ No newline at end of file