Merge "Revert "Disable failing SystemUIGoogleBiometricsScreenshotTests""

This commit is contained in:
Ale Nijamkin
2023-01-09 21:36:41 +00:00
committed by Android (Google) Code Review

View File

@@ -32,19 +32,18 @@
}
]
},
// 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"
// }
// ]
// },
{
// 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",