summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 287c3532642e4bd24092fbefacfd7a9b97b5e257 (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
{
  "presubmit": [
    {
      "name": "minikin_tests"
    },
    {
      "name": "CtsTextTestCases",
      "options": [
          {
              "exclude-annotation": "androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation": "androidx.test.filters.LargeTest"
          }
      ]
    },
    {
      "name": "CtsGraphicsTestCases",
      "options": [
          {
              "exclude-annotation": "androidx.test.filters.FlakyTest"
          }
      ]
    }
  ]
}