summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Chen <yuzhechen@google.com> 2023-10-12 16:51:26 -0700
committer Jeff Chen <yuzhechen@google.com> 2023-10-12 16:51:26 -0700
commitc1dbc79612b5834e7eaa13e9af2e97bc975c5c05 (patch)
treea5c941ac49d3fb9b5e9355002bfa8844bd6940f5
parent564a0e2ed9f73fe672c9cfcdc3cfc1dde17c1a03 (diff)
Add staged test config for new and unstable tests.
Bug: 305094795 Test: presubmit Change-Id: I53a06697ed141a0ae0d2d5bc823d95dada0222b3
-rw-r--r--packages/SystemUI/TEST_MAPPING23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
index 0623d4a4b7fb..03f7c9968a1d 100644
--- a/packages/SystemUI/TEST_MAPPING
+++ b/packages/SystemUI/TEST_MAPPING
@@ -144,9 +144,32 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
+ "exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ },
+ {
"exclude-annotation": "android.platform.test.annotations.Postsubmit"
}
]
}
+ ],
+ // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
+ "sysui-screenshot-test-staged": [
+ {
+ "name": "SystemUIGoogleScreenshotTests",
+ "options": [
+ {
+ "exclude-annotation": "org.junit.Ignore"
+ },
+ {
+ "include-annotation": "androidx.test.filters.FlakyTest"
+ },
+ {
+ "include-annotation": "android.platform.test.annotations.FlakyTest"
+ },
+ {
+ "include-annotation": "android.platform.test.annotations.Postsubmit"
+ }
+ ]
+ }
]
}