blob: 8afc30d54a53e9e3561b1d721b64d5423b8fa7de [file] [log] [blame]
Aurimas Liutikas1ea60752019-02-28 10:16:27 -08001{
2 "presubmit": [
3 {
Dan Shi99476cf2022-04-19 10:02:20 -07004 "name": "CtsGraphicsTestCases",
5 "options": [
6 {
7 "exclude-annotation": "androidx.test.filters.FlakyTest"
8 }
9 ]
Seigo Nonakaa2ff3302023-08-14 16:18:18 +090010 },
11 {
12 "name": "CtsTextTestCases",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 },
17 {
18 "exclude-annotation": "androidx.test.filters.LargeTest"
19 }
20 ],
21 "file_patterns": ["(/|^)Typeface\\.java", "(/|^)Paint\\.java"]
Aurimas Liutikas1ea60752019-02-28 10:16:27 -080022 }
23 ]
24}