1{
2  "presubmit": [
3    {
4      "name": "minikin_tests"
5    },
6    {
7      "name": "CtsTextTestCases",
8      "options": [
9          {
10              "exclude-annotation": "androidx.test.filters.FlakyTest"
11          },
12          {
13              "exclude-annotation": "androidx.test.filters.LargeTest"
14          }
15      ]
16    },
17    {
18      "name": "CtsGraphicsTestCases",
19      "options": [
20          {
21              "exclude-annotation": "androidx.test.filters.FlakyTest"
22          }
23      ]
24    }
25  ]
26}
27