From 99476cf78c694df0aa0c951e74009fc4eee6927e Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Tue, 19 Apr 2022 10:02:20 -0700 Subject: [PATCH] Exclude flaky tests from CtsGraphicsTestCases Bug: 229142513 Test: none Change-Id: I294431cb4c8d1b7d7d8d9e8320f2a4b9e01a28b8 --- graphics/TEST_MAPPING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/graphics/TEST_MAPPING b/graphics/TEST_MAPPING index 10bd0ee906fd6..abeaf1996ca7d 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" + } + ] } ] }