commit | 33e7f424d7d90ffa9a01a5f31086bd029a6760fc | [log] [tgz] |
---|---|---|
author | Biswarup Pal <biswarupp@google.com> | Thu Oct 12 09:05:37 2023 +0000 |
committer | Biswarup Pal <biswarupp@google.com> | Thu Oct 12 09:09:10 2023 +0000 |
tree | ec3bc03f246db70abe948eb86330231ed93ca5f7 | |
parent | fee64b1892f66dfb5f49299ea9a7c1c32a35eaef [diff] [blame] |
Exclude CtsHardwareTestCases flaky tests in inputflinger presubmit Test: presubmit Bug: 304878808 Change-Id: I4ba67ad5057eb0063af33f24e938390b31d0a233
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING index ee1f3cb..6f092a6 100644 --- a/services/inputflinger/TEST_MAPPING +++ b/services/inputflinger/TEST_MAPPING
@@ -39,6 +39,9 @@ "options": [ { "include-filter": "android.hardware.input.cts.tests" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] },