1{
2  "presubmit": [
3    {
4      "name": "CtsVoiceInteractionTestCases",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.FlakyTest"
8        },
9        {
10          "exclude-filter": "android.voiceinteraction.cts.HotwordDetectionServiceStressTest"
11        }
12      ]
13    },
14    {
15      "name": "CtsAssistTestCases",
16      "options": [
17        {
18          "exclude-annotation": "androidx.test.filters.FlakyTest"
19        }
20      ]
21    },
22    {
23      "name": "CtsVoiceInteractionHostTestCases",
24      "options": [
25        {
26          "exclude-annotation": "androidx.test.filters.FlakyTest"
27        }
28      ]
29    },
30    {
31      "name": "CtsLocalVoiceInteraction",
32      "options": [
33        {
34          "exclude-annotation": "androidx.test.filters.FlakyTest"
35        }
36      ]
37    },
38    {
39      "name": "FrameworksVoiceInteractionTests",
40      "options": [
41        {
42          "exclude-annotation": "androidx.test.filters.FlakyTest"
43        }
44      ]
45    },
46    {
47      "name": "CtsSoundTriggerTestCases",
48      "options": [
49        {
50          "exclude-annotation": "androidx.test.filters.FlakyTest"
51        }
52      ]
53    }
54  ]
55}
56