Aurimas Liutikas | 1ea6075 | 2019-02-28 10:16:27 -0800 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
Dan Shi | 99476cf | 2022-04-19 10:02:20 -0700 | [diff] [blame] | 4 | "name": "CtsGraphicsTestCases", |
| 5 | "options": [ |
| 6 | { |
| 7 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 8 | } |
| 9 | ] |
Seigo Nonaka | a2ff330 | 2023-08-14 16:18:18 +0900 | [diff] [blame] | 10 | }, |
| 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 Liutikas | 1ea6075 | 2019-02-28 10:16:27 -0800 | [diff] [blame] | 22 | } |
| 23 | ] |
| 24 | } |