summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Saff <saff@google.com> 2023-08-01 19:17:49 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-08-01 19:17:49 +0000
commit1ce3e900321ba5d21f6eacabc0bc0aeae8acdbc3 (patch)
treefdc8a988bcee221b032f3caaced082178757a47b
parente9b10fafe9d52a2a0ede721e64db44bd9afdad4b (diff)
parentd2fd7a220d334e2feb38c5b800a821a79746ec26 (diff)
Merge "Enable SystemUIGoogleScreenshotTests on main and disable on udc-qpr-dev" into udc-qpr-dev
-rw-r--r--packages/SystemUI/TEST_MAPPING30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING
index 2711dad4080b..3af7a4502856 100644
--- a/packages/SystemUI/TEST_MAPPING
+++ b/packages/SystemUI/TEST_MAPPING
@@ -56,20 +56,6 @@
]
},
{
- "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": [
@@ -151,21 +137,5 @@
}
]
}
- ],
- "postsubmit": [
- {
- "name": "SystemUIGoogleScreenshotTests",
- "options": [
- {
- "exclude-annotation": "org.junit.Ignore"
- },
- {
- "exclude-annotation": "android.platform.test.annotations.FlakyTest"
- },
- {
- "include-annotation": "android.platform.test.annotations.Postsubmit"
- }
- ]
- }
]
}