summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/TEST_MAPPING
blob: c02af59ab72efbf8e60b3e9bc41a2a25e2053f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "presubmit": [
    {
      "name": "CtsResourcesLoaderTests"
    },
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.content.res.cts"
        }
      ]
    }
  ]
}