blob: e302acc6ab926f2c133e1a6d0dc9948cf76e0dc7 [file] [log] [blame]
{
"presubmit": [
{
"name": "platform-screenshot-diff-test",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "SystemUIGoogleScreenshotTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
],
// The test can't run on AOSP Cuttlefish.
"keywords": ["internal"]
},
{
"name": "SystemUIGoogleBiometricsScreenshotTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
],
// The test can't run on AOSP Cuttlefish.
"keywords": ["internal"]
}
]
}