summaryrefslogtreecommitdiff
path: root/core/java/android/content/om/TEST_MAPPING
blob: d8f885439b34231a4de43036fac5b5a6b65b81bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.om"
        }
      ]
    },
    {
      "name": "OverlayDeviceTests"
    },
    {
      "name": "OverlayHostTests"
    },
    {
      "name": "CtsAppSecurityHostTestCases",
      "options": [
        {
          "include-filter": "android.appsecurity.cts.OverlayHostTest"
        }
      ]
    },
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.content.om.cts"
        }
      ]
    }
  ]
}