1{ 2 "presubmit": [ 3 { 4 "name": "TextClassifierServiceTest", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 } 9 ] 10 }, 11 { 12 "name": "bluetooth_flatbuffer_tests" 13 }, 14 { 15 "name": "CtsTfliteNnapiDelegateTestCases" 16 } 17 ], 18 "hwasan-postsubmit": [ 19 { 20 "name": "TextClassifierServiceTest", 21 "options": [ 22 { 23 "exclude-annotation": "androidx.test.filters.FlakyTest" 24 } 25 ] 26 }, 27 { 28 "name": "bluetooth_flatbuffer_tests" 29 }, 30 { 31 "name": "CtsTfliteNnapiDelegateTestCases" 32 } 33 ] 34} 35