1{
2  "cellbroadcast-mainline-presubmit": [
3    {
4      "name": "CellBroadcastReceiverMTS",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.FlakyTest"
8        }
9      ]
10    }
11  ],
12  "mainline-presubmit": [
13    {
14      "name": "CellBroadcastReceiverMTS[com.google.android.cellbroadcast.apex]",
15      "options": [
16        {
17          "exclude-annotation": "androidx.test.filters.FlakyTest"
18        }
19      ]
20    }
21  ],
22  "presubmit": [
23    {
24      "name": "CellBroadcastReceiverUnitTests",
25      "options": [
26        {
27          "exclude-annotation": "androidx.test.filters.FlakyTest"
28        }
29      ],
30      "keywords": ["internal"]
31    },
32    {
33      "name": "CellBroadcastReceiverMTS",
34      "options": [
35        {
36          "exclude-annotation": "androidx.test.filters.FlakyTest"
37        }
38      ],
39      "keywords": ["internal"]
40    }
41  ],
42
43  "postsubmit": [
44    {
45      "name": "CellBroadcastReceiverComplianceTests",
46      "keywords": ["internal"]
47    }
48  ]
49}
50