diff options
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index 5522396ac3e2..94793d0fb717 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -14,6 +14,15 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] + }, + { + "name": "CtsLocationFineTestCases" + }, + { + "name": "CtsLocationCoarseTestCases" + }, + { + "name": "CtsLocationNoneTestCases" } ] } |