Exclude flaky tests from CtsGraphicsTestCases

Bug: 229142513
Test: none
Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
This commit is contained in:
Dan Shi 2022-04-19 10:02:20 -07:00
parent e9e88881a2
commit 99476cf78c

View File

@ -1,7 +1,12 @@
{
"presubmit": [
{
"name": "CtsGraphicsTestCases"
"name": "CtsGraphicsTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}