diff options
| -rw-r--r-- | services/devicepolicy/TEST_MAPPING | 10 |
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" + } ] } |