From f48b8c3f69eba3b389f9914a34185a9a03766e78 Mon Sep 17 00:00:00 2001 From: Ale Nijamkin Date: Sun, 8 Jan 2023 00:30:46 +0000 Subject: [PATCH] Revert "Disable failing SystemUIGoogleBiometricsScreenshotTests" This reverts commit 8936b24e9090b47745e9f27eb44943fd80a6c840. Reason for revert: underlying issue fixed in other CLs of the same topic. Change-Id: I5f2e9e709646d61e9b7ff6746f517c87640bb26b --- packages/SystemUI/TEST_MAPPING | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index b22195a99eb24..f92625bd9a73d 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -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",