| { |
| "presubmit": [ |
| { |
| "name": "FrameworksCoreTests", |
| "options": [ |
| { |
| "include-filter": "android.app.usage" |
| } |
| ] |
| }, |
| { |
| "name": "FrameworksServicesTests", |
| "options": [ |
| { |
| "include-filter": "com.android.server.usage" |
| }, |
| { |
| "exclude-filter": "com.android.server.usage.StorageStatsServiceTest" |
| } |
| ] |
| } |
| ], |
| "presubmit-large": [ |
| { |
| "name": "CtsUsageStatsTestCases", |
| "options": [ |
| { |
| "include-filter": "android.app.usage.cts.BroadcastResponseStatsTest" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.FlakyTest" |
| }, |
| { |
| "exclude-annotation": "android.platform.test.annotations.FlakyTest" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.MediumTest" |
| }, |
| { |
| "exclude-annotation": "androidx.test.filters.LargeTest" |
| } |
| ] |
| } |
| ], |
| "postsubmit": [ |
| { |
| "name": "CtsUsageStatsTestCases", |
| "options": [ |
| { |
| "include-filter": "android.app.usage.cts.UsageStatsTest" |
| } |
| ] |
| }, |
| { |
| "name": "CtsShortcutManagerTestCases", |
| "options": [ |
| { |
| "include-filter": "android.content.pm.cts.shortcutmanager.ShortcutManagerUsageTest" |
| } |
| ] |
| } |
| ] |
| } |