blob: 468c4518602eea4c1dd61b8dc7a08967007592fc [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsNotificationTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
},
{
"name": "FrameworksUiServicesTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"postsubmit": [
{
"name": "CtsNotificationTestCases"
}
]
}