diff options
| -rw-r--r-- | services/core/java/com/android/server/app/TEST_MAPPING | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/app/TEST_MAPPING b/services/core/java/com/android/server/app/TEST_MAPPING index feb2b4fc6850..82840ee5fcbb 100644 --- a/services/core/java/com/android/server/app/TEST_MAPPING +++ b/services/core/java/com/android/server/app/TEST_MAPPING @@ -9,6 +9,23 @@ ] }, { + "name": "CtsStatsdAtomHostTestCases", + "options": [ + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + }, + { + "include-filter": "android.cts.statsdatom.gamemanager" + } + ], + "file_patterns": [ + "(/|^)GameManagerService.java" + ] + }, + { "name": "FrameworksMockingServicesTests", "options": [ { |