Merge "Add UiAutomation shell permission tests to Shell presubmit tests"

This commit is contained in:
Sally Yuen
2021-04-19 16:14:01 +00:00
committed by Gerrit Code Review

View File

@@ -18,6 +18,20 @@
"exclude-annotation": "androidx.test.filters.FlakyTest" "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": [ "postsubmit": [