summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-08-01 15:50:34 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-01 15:50:34 +0000
commit25ef066fc5ccd7dc4e54d2c53e1a36369bb47696 (patch)
tree8f9a2196510e46772a02d9e8c80a12472f6a467d
parentbdcff03707639c62bafc25550510f6bd08a91111 (diff)
parentae8b17c4b0efd9c6f9f7065a88a559b1f12a08df (diff)
Merge "[SystemUI Screenshot Tests]Add sysui screenshot test to test mapping" into main
-rw-r--r--core/res/TEST_MAPPING19
1 files changed, 18 insertions, 1 deletions
diff --git a/core/res/TEST_MAPPING b/core/res/TEST_MAPPING
index 4d09076779a3..0e01a2ad9b29 100644
--- a/core/res/TEST_MAPPING
+++ b/core/res/TEST_MAPPING
@@ -11,5 +11,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"
+ }
+ ]
+ }
]
-} \ No newline at end of file
+}