blob: 9b1b67709d19b8b5875b3f6353e6db3cca55edbc [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsAccessibilityServiceTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.support.test.filters.FlakyTest"
}
]
},
{
"name": "CtsUiAutomationTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.support.test.filters.FlakyTest"
}
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.view.accessibility"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"postsubmit": [
{
"name": "CtsAccessibilityServiceSdk29TestCases"
},
{
"name": "CtsAccessibilityServiceTestCases"
},
{
"name": "CtsUiAutomationTestCases"
},
{
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.view.accessibility"
}
]
}
]
}