From 54a210e990bd4c762dbecad07793c434a587689e Mon Sep 17 00:00:00 2001 From: Jordan Demeulenaere Date: Mon, 27 Jun 2022 15:15:54 +0200 Subject: [PATCH] Run SystemUIGoogleScreenshotTests on presubmits (1/2) Test: Runs on presubmit and succeeds Bug: 230832101 Change-Id: I1872f237e9096f3f7fef15b7013a4cb57e30cfb0 --- packages/SystemUI/TEST_MAPPING | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 3bd6d51eecc6a..f9a9ef65cab6d 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -51,6 +51,17 @@ } ] }, + { + "name": "SystemUIGoogleScreenshotTests", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] + }, { // Permission indicators "name": "CtsPermission4TestCases",