blob: 52fd5a8779ad56ac76fc516695e3b23f04342d0f [file] [log] [blame]
{
"presubmit": [
{
"name": "frameworks-base-testutils-tests",
"options": [
{
"exclude-annotation": "androidx.test.filters.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
],
"postsubmit": [
{
"name": "frameworks-base-testutils-tests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}