1{ 2 "presubmit": [ 3 { 4 "name": "CtsVoiceInteractionTestCases" 5 }, 6 { 7 "name": "CtsLocalVoiceInteraction" 8 } 9 ], 10 "presubmit-large" : [ 11 { 12 "name" : "CtsStatsdAtomHostTestCases", 13 "options": [ 14 { 15 "exclude-annotation": "androidx.test.filters.FlakyTest" 16 }, 17 { 18 "exclude-annotation": "org.junit.Ignore" 19 }, 20 { 21 "include-filter": "android.cts.statsdatom.voiceinteraction" 22 } 23 ] 24 } 25 ], 26 "hwasan-postsubmit": [ 27 { 28 "name": "CtsVoiceInteractionTestCases" 29 }, 30 { 31 "name": "CtsLocalVoiceInteraction" 32 } 33 ] 34} 35