blob: 23e3cbf72667c57892ea736aca5ead1f218511f5 [file] [log] [blame]
Tony Mak018b1cf2020-05-27 19:02:27 +01001{
2 "presubmit": [
3 {
4 "name": "TextClassifierServiceTest",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
Chris Manton1358a192020-06-05 09:17:53 -070010 },
11 {
12 "name": "bluetooth_flatbuffer_tests"
Miao Wang776a5562020-06-10 13:11:13 -070013 },
14 {
15 "name": "CtsTfliteNnapiDelegateTestCases"
Tony Mak018b1cf2020-05-27 19:02:27 +010016 }
Florian Mayerb933abb2022-03-18 16:57:51 -070017 ],
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 }
Miao Wang776a5562020-06-10 13:11:13 -070033 ]
Chris Manton1358a192020-06-05 09:17:53 -070034}