{ | |
"presubmit": [ | |
{ | |
"name": "CtsGraphicsTestCases", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
}, | |
{ | |
"name": "CtsTextTestCases", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
}, | |
{ | |
"exclude-annotation": "androidx.test.filters.LargeTest" | |
} | |
], | |
"file_patterns": ["(/|^)Typeface\\.java", "(/|^)Paint\\.java"] | |
} | |
] | |
} |