2020-06-18 23:11:31 +08:00
|
|
|
{
|
|
|
|
"presubmit": [
|
|
|
|
{
|
|
|
|
"name": "CtsBugreportTestCases",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ShellTests",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
|
|
}
|
|
|
|
]
|
2021-04-15 23:45:57 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "CtsUiAutomationTestCases",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
|
|
}
|
|
|
|
]
|
2020-06-18 23:11:31 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"postsubmit": [
|
|
|
|
{
|
|
|
|
"name": "CtsBugreportTestCases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ShellTests"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|