Merge "Exclude flaky tests from CtsGraphicsTestCases"

This commit is contained in:
Treehugger Robot
2022-04-21 17:03:50 +00:00
committed by Gerrit Code Review

View File

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