blob: 484fec31e594f47d88af8c77adaf1e8acf2dd2f7 [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsJobSchedulerTestCases",
"options": [
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.LargeTest"}
]
},
{
"name": "FrameworksMockingServicesTests",
"options": [
{"include-filter": "com.android.server.job"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "com.android.server.job"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
}
],
"postsubmit": [
{
"name": "CtsJobSchedulerTestCases"
},
{
"name": "FrameworksMockingServicesTests",
"options": [
{"include-filter": "com.android.server.job"}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{"include-filter": "com.android.server.job"}
]
}
]
}