diff options
| author | 2019-06-28 10:59:43 +0000 | |
|---|---|---|
| committer | 2019-06-28 10:59:43 +0000 | |
| commit | 2dbd527be4e502a3db3562588ff7ebc7daa9c8fb (patch) | |
| tree | 3edfbeec6879e0524b55acfc3ad5c0fdf89fb781 | |
| parent | 1e611b12299c60664c25bde458790994c4f5dd51 (diff) | |
| parent | 1edbb81e20d89ad311777c3aea22934c30db0649 (diff) | |
Merge "Move non-flaky not too long tests into presubmit"
| -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" + } ] } |