Dan Shi 99476cf78c Exclude flaky tests from CtsGraphicsTestCases
Bug: 229142513
Test: none
Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
2022-04-19 10:02:20 -07:00

13 lines
188 B
Plaintext

{
"presubmit": [
{
"name": "CtsGraphicsTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}