blob: 7815fc1e5e58d49711620ed5a9fbf61a5ad6bcd6 [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsPackageManagerHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.SplitTests"
}
],
"file_patterns": ["SplitTests\\.java"]
},
{
"name": "CtsInstantAppsHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.EphemeralTest"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
},
{
"name": "CtsPackageManagerHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.IsolatedSplitsTests"
}
],
"file_patterns": ["IsolatedSplitsTests\\.java"]
}
]
}