commit | 3bd0c1bc45236851d3d8e5c5fcfc79cbdfca3ae0 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Thu Oct 12 15:56:39 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Oct 12 15:56:39 2023 +0000 |
tree | 669060b77ad9c481c1fe6e8d820b88493c79e13a | |
parent | bfca23a004913444a9df8e5c3b258258d8ec8067 [diff] | |
parent | 33e7f424d7d90ffa9a01a5f31086bd029a6760fc [diff] |
Merge "Exclude CtsHardwareTestCases flaky tests in inputflinger presubmit" into main
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" } ] },