blob: b45b4eaa1ba7b983bafb328ed57cd6b874d2e44b [file] [log] [blame]
Khaled Abdelmohsen374202d2019-10-03 14:53:33 +01001{
2 "presubmit": [
3 {
4 "name": "FrameworksServicesTests",
5 "options": [
6 {
7 "include-filter": "com.android.server.integrity."
8 },
9 {
10 "include-annotation": "android.platform.test.annotations.Presubmit"
11 },
12 {
13 "exclude-annotation": "androidx.test.filters.FlakyTest"
14 }
15 ]
16 }
17 ]
18}