1{
2  "mainline-presubmit": [
3    {
4      "name": "CtsProfilingModuleTests[com.google.android.profiling.apex]",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.LargeTest"
8        }
9      ]
10    }
11  ],
12  "presubmit": [
13    {
14      "name": "CtsProfilingModuleTests",
15      "options": [
16        {
17          "exclude-annotation": "androidx.test.filters.LargeTest"
18        }
19      ]
20    }
21  ],
22  "postsubmit": [
23    {
24      "name": "CtsProfilingModuleTests"
25    }
26  ]
27}
28
29