summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Chen <yuzhechen@google.com> 2023-09-25 17:09:48 -0700
committer Jeff Chen <yuzhechen@google.com> 2023-09-26 00:17:36 +0000
commit5a866116366e9a43e46018d241000850ac1f4a5f (patch)
tree0451761645b259d4eb875c44996fb86a238acfbd
parentdb5f835872a5e9a139066701a5110ca666cb5cab (diff)
Move SystemUIGoogleScreenshotTests to its own test config.
Bug: 300962465 Test: presubmit Change-Id: I102df49327a01169f04d78687fe4ee47b74bc6e6
-rw-r--r--packages/SystemUI/TEST_MAPPING17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
index af6fa86bacf4..5c2f979ac639 100644
--- a/packages/SystemUI/TEST_MAPPING
+++ b/packages/SystemUI/TEST_MAPPING
@@ -131,5 +131,22 @@
}
]
}
+ ],
+ // v2/sysui/suite/test-mapping-sysui-screenshot-test
+ "sysui-screenshot-test": [
+ {
+ "name": "SystemUIGoogleScreenshotTests",
+ "options": [
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "exclude-annotation": "android.platform.test.annotations.Postsubmit"
+ }
+ ]
+ }
]
}