Exclude flaky tests from CtsGraphicsTestCases
Bug: 229142513 Test: none Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
This commit is contained in:
parent
e9e88881a2
commit
99476cf78c
@ -1,7 +1,12 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsGraphicsTestCases"
|
||||
"name": "CtsGraphicsTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user