commit | 99476cf78c694df0aa0c951e74009fc4eee6927e | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Apr 19 10:02:20 2022 -0700 |
committer | Dan Shi <dshi@google.com> | Tue Apr 19 10:02:20 2022 -0700 |
tree | efdb61eaa94280164805bf228c02340eaa7cd12c | |
parent | e9e88881a22f5e45fd8c5b4195a941d768c8ef84 [diff] [blame] |
Exclude flaky tests from CtsGraphicsTestCases Bug: 229142513 Test: none Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8
diff --git a/graphics/TEST_MAPPING b/graphics/TEST_MAPPING index 10bd0ee..abeaf19 100644 --- a/graphics/TEST_MAPPING +++ b/graphics/TEST_MAPPING
@@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "CtsGraphicsTestCases" + "name": "CtsGraphicsTestCases", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + } + ] } ] }