blob: f868ea093500ec17824937069cd05484fef02ed2 [file] [log] [blame]
Robin Lee59323382020-04-23 22:12:51 +02001{
2 "presubmit": [
3 {
4 "name": "CtsHardwareTestCases",
5 "options": [
6 {"include-filter": "com.android.hardware.lights"},
7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
8 {"exclude-annotation": "androidx.test.filters.LargeTest"},
9 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
10 ]
11 },
12 {
13 "name": "FrameworksServicesTests",
14 "options": [
15 {"include-filter": "com.android.server.lights"},
16 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
17 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
18 ]
19 }
20 ]
21}