Merge "Add UiAutomation shell permission tests to Shell presubmit tests" am: afbb23d1d3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1677306

Change-Id: I35c9a9af4a35dda4246b51ba25b07e34f80e7b9b
This commit is contained in:
Sally Yuen
2021-04-19 18:45:32 +00:00
committed by Automerger Merge Worker

View File

@@ -18,6 +18,20 @@
"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": [