summaryrefslogtreecommitdiff
path: root/services/devicepolicy/TEST_MAPPING
blob: 3d86cf30f38edd33b7c4fe121e9ee2ca7ea74416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "presubmit-devicepolicy": [
    {
      "name": "CtsDevicePolicyManagerTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        }
      ]
    }
  ],
  "postsubmit-devicepolicy": [
    {
      "name": "CtsDevicePolicyManagerTestCases"
    }
  ]
}