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 }, 17 { 18 "name": "CtsVoiceInteractionHostTestCases" 19 }, 20 { 21 "name": "CtsLocalVoiceInteraction" 22 }, 23 { 24 "name": "FrameworksVoiceInteractionTests" 25 }, 26 { 27 "name": "CtsSoundTriggerTestCases" 28 } 29 ] 30} 31