diff options
| author | 2023-07-13 10:48:52 +0000 | |
|---|---|---|
| committer | 2023-07-13 10:48:52 +0000 | |
| commit | b71d3b46a67b015098f5ab6a39d5e064410c858e (patch) | |
| tree | 970a4886dd82dc2020b234b820c7ebe371f77a6b | |
| parent | 9a3bfc6c22bab17eb51051a778c06470c3f1e146 (diff) | |
| parent | a4ddb0e5fda7cf1d66bc535ae4393d1db7fb882c (diff) | |
Merge "Enable SystemUIGoogleScreenshotTests on udc-qpr-dev" into udc-qpr-dev am: a4ddb0e5fd
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23982573
Change-Id: I3510ce535a2ea0758d974adb66b0f4c03d0a2f8c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/TEST_MAPPING | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index 01e6bf00a664..bb8002a18c11 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -53,6 +53,20 @@ ] }, { + "name": "SystemUIGoogleScreenshotTests", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.Postsubmit" + } + ] + }, + { // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+) "name": "SystemUIGoogleBiometricsScreenshotTests", "options": [ @@ -131,5 +145,21 @@ } ] } + ], + "postsubmit": [ + { + "name": "SystemUIGoogleScreenshotTests", + "options": [ + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "exclude-annotation": "android.platform.test.annotations.FlakyTest" + }, + { + "include-annotation": "android.platform.test.annotations.Postsubmit" + } + ] + } ] } |