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