summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pavel Grafov <pgrafov@google.com> 2019-06-28 10:59:43 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-06-28 10:59:43 +0000
commit2dbd527be4e502a3db3562588ff7ebc7daa9c8fb (patch)
tree3edfbeec6879e0524b55acfc3ad5c0fdf89fb781
parent1e611b12299c60664c25bde458790994c4f5dd51 (diff)
parent1edbb81e20d89ad311777c3aea22934c30db0649 (diff)
Merge "Move non-flaky not too long tests into presubmit"
-rw-r--r--services/devicepolicy/TEST_MAPPING10
1 files changed, 9 insertions, 1 deletions
diff --git a/services/devicepolicy/TEST_MAPPING b/services/devicepolicy/TEST_MAPPING
index febfa17282ef..a5ee3e24e14a 100644
--- a/services/devicepolicy/TEST_MAPPING
+++ b/services/devicepolicy/TEST_MAPPING
@@ -1,12 +1,20 @@
{
- "postsubmit": [
+ "presubmit": [
{
"name": "CtsDevicePolicyManagerTestCases",
"options": [
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ },
+ {
+ "exclude-annotation": "android.platform.test.annotations.LargeTest"
}
]
}
+ ],
+ "postsubmit": [
+ {
+ "name": "CtsDevicePolicyManagerTestCases"
+ }
]
}