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