blob: 4cb5d23d06a61929995d8c360eab937ab53cac76 [file] [log] [blame]
Philip P. Moltmann34f4ccc2018-11-15 08:45:46 -08001{
2 "presubmit": [
3 {
4 "name": "CtsPermissionTestCases",
5 "options": [
6 {
7 "include-filter": "android.permission.cts.BackgroundPermissionsTest"
Philip P. Moltmann34f4ccc2018-11-15 08:45:46 -08008 }
9 ]
Hai Zhang1a9b6d32019-03-19 18:05:22 -070010 },
11 {
12 "name": "CtsRoleTestCases",
13 "options": [
14 {
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 }
17 ],
18 "file_patterns": ["res/xml/roles\\.xml"]
Philip P. Moltmann34f4ccc2018-11-15 08:45:46 -080019 }
20 ]
Philip P. Moltmann1b12b902018-11-19 09:47:17 -080021}