Disable failing SystemUIGoogleBiometricsScreenshotTests

Change-Id: I77c2e003f4438385d2a11c2237cc0b1ec0063403
Bug: 259578653
This commit is contained in:
David Saff
2023-01-04 15:14:24 +00:00
parent b07264b7bd
commit 8936b24e90

View File

@@ -32,18 +32,19 @@
}
]
},
{
// TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
"name": "SystemUIGoogleBiometricsScreenshotTests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
// Disable until can pass: b/259124654
// {
// // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
// "name": "SystemUIGoogleBiometricsScreenshotTests",
// "options": [
// {
// "exclude-annotation": "org.junit.Ignore"
// },
// {
// "exclude-annotation": "androidx.test.filters.FlakyTest"
// }
// ]
// },
{
// Permission indicators
"name": "CtsPermission4TestCases",