blob: 04bf87aac5321965b4e57ab565366745d2f8da44 [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsPermissionTestCases",
"options": [
{
"include-filter": "android.permission.cts.BackgroundPermissionsTest"
}
]
},
{
"name": "CtsRoleTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
],
"file_patterns": ["res/xml/roles\\.xml"]
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.PermissionsHostTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}