blob: e9151d4997063140ec063999238090334a3ef0d2 [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsAppTestCases",
"options": [
{
"include-filter": "android.app.cts.TaskDescriptionTest"
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-filter": "android.app.cts.SystemFeaturesTest#testLocationFeatures"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.am."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksMockingServicesTests",
"file_patterns": ["AppCompactor\\.java"],
"options": [
{
"include-filter": "com.android.server.am."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"postsubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.am."
}
]
}
]
}