diff options
| author | 2019-10-05 12:43:29 -0700 | |
|---|---|---|
| committer | 2019-10-05 12:43:29 -0700 | |
| commit | 3ed7d223e8b81f91fffc13be729fcda05338a16f (patch) | |
| tree | fb0c2f9f03baae8c9ddef5fcab8ea38c6de0da18 | |
| parent | b162d468fd1b27f8bbc4bfcf5269246047cfd536 (diff) | |
| parent | 0550352f2e1b8067cc290e4b390e471d9031090b (diff) | |
Merge "Sync TEST_MAPPING file from master branch" am: 38b83f0558 am: fbf163294a
am: 0550352f2e
Change-Id: I3541b76296d2de1f7d34d8124fc4ee90595841da
| -rw-r--r-- | services/devicepolicy/TEST_MAPPING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/services/devicepolicy/TEST_MAPPING b/services/devicepolicy/TEST_MAPPING index ab85a6873cf6..a5ee3e24e14a 100644 --- a/services/devicepolicy/TEST_MAPPING +++ b/services/devicepolicy/TEST_MAPPING @@ -1,4 +1,17 @@ { + "presubmit": [ + { + "name": "CtsDevicePolicyManagerTestCases", + "options": [ + { + "exclude-annotation": "android.platform.test.annotations.FlakyTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" + } + ] + } + ], "postsubmit": [ { "name": "CtsDevicePolicyManagerTestCases" |