summaryrefslogtreecommitdiff
path: root/graphics/TEST_MAPPING
blob: 8afc30d54a53e9e3561b1d721b64d5423b8fa7de (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
{
  "presubmit": [
    {
      "name": "CtsGraphicsTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsTextTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ],
      "file_patterns": ["(/|^)Typeface\\.java", "(/|^)Paint\\.java"]
    }
  ]
}