1{ 2 "presubmit": [ 3 { 4 "name": "CtsRoleTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 } 9 ] 10 }, 11 { 12 "name": "CtsRoleMultiUserTestCases" 13 } 14 ], 15 "mainline-presubmit": [ 16 { 17 "name": "CtsRoleTestCases[com.google.android.permission.apex]", 18 "options": [ 19 // TODO(b/238677748): These two tests currently fails on R base image 20 { 21 "exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInList" 22 }, 23 { 24 "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" 25 }, 26 { 27 "exclude-annotation": "androidx.test.filters.FlakyTest" 28 } 29 ] 30 }, 31 { 32 "name": "CtsRoleMultiUserTestCases[com.google.android.permission.apex]" 33 } 34 ], 35 "permission-mainline-presubmit": [ 36 { 37 "name": "CtsRoleTestCases", 38 "options": [ 39 // TODO(b/238677748): These two tests currently fails on R base image 40 { 41 "exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInList" 42 }, 43 { 44 "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" 45 }, 46 { 47 "exclude-annotation": "androidx.test.filters.FlakyTest" 48 } 49 ] 50 }, 51 { 52 "name": "CtsRoleMultiUserTestCases" 53 } 54 ], 55 "postsubmit": [ 56 { 57 "name": "CtsRoleTestCases" 58 } 59 ], 60 "mainline-postsubmit": [ 61 { 62 "name": "CtsRoleTestCases[com.google.android.permission.apex]", 63 "options": [ 64 // TODO(b/238677748): These two tests currently fails on R base image 65 { 66 "exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInList" 67 }, 68 { 69 "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" 70 } 71 ] 72 } 73 ] 74} 75