Sally 8724e0eb75 Add UiAutomation shell permission tests to Shell presubmit tests
Bug: 185174828
Test: (on internal branch) run atest in packages/Shell, tests run
Change-Id: I3e53116239ec39e4c6cb3325dbfb8aa1a501377f
2021-04-16 00:57:49 +00:00

46 lines
964 B
Plaintext

{
"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"
}
]
},
{
"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"
}
]
}
],
"postsubmit": [
{
"name": "CtsBugreportTestCases"
},
{
"name": "ShellTests"
}
]
}