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