summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2023-08-14 15:24:13 +0900
committerSeigo Nonaka <nona@google.com>2023-08-14 06:44:26 +0000
commit306cb4ef366cbedc9e00c0701855801b114b0328 (patch)
tree6a6982902327464ec34280191c8dfcf5fa75c5aa
parent70807c293247dd56bf4f06053f075187de81ba50 (diff)
downloadminikin-306cb4ef366cbedc9e00c0701855801b114b0328.tar.gz
Add CtsTextTestCases and CtsGraphicsTestCases to TEST_MAPPING
Bug: 295788937 Test: N/A Change-Id: I9d59f27a1381f7c4ca96897ffe4808c2164718d6
-rw-r--r--TEST_MAPPING19
1 files changed, 19 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 279657d..cef0b6b 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,25 @@
"presubmit": [
{
"name": "minikin_tests"
+ },
+ {
+ "name": "CtsTextTestCases",
+ "options": [
+ {
+ "exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.LargeTest"
+ }
+ ]
+ },
+ {
+ "name": "CtsGraphicsTestCases",
+ "options": [
+ {
+ "exclude-annotation": "android.platform.test.annotations.FlakyTest"
+ }
+ ]
}
]
}