{ | |
"presubmit": [ | |
{ | |
"name": "FrameworksUiServicesTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
}, | |
{ | |
"name": "ExtServicesUnitTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
}, | |
{ | |
"name": "TestablesTests", | |
"options": [ | |
{ | |
"exclude-annotation": "androidx.test.filters.FlakyTest" | |
} | |
] | |
} | |
], | |
"postsubmit-managedprofile-stress": [ | |
{ | |
"name": "ManagedProfileLifecycleStressTest" | |
} | |
] | |
} |