| { | |
| "mainline-presubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests[com.google.android.profiling.apex]", | |
| "options": [ | |
| { | |
| "exclude-annotation": "androidx.test.filters.LargeTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "presubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests", | |
| "options": [ | |
| { | |
| "exclude-annotation": "androidx.test.filters.LargeTest" | |
| } | |
| ] | |
| } | |
| ], | |
| "postsubmit": [ | |
| { | |
| "name": "CtsProfilingModuleTests" | |
| } | |
| ] | |
| } | |