1{ 2 "presubmit": [ 3 { 4 "name": "CtsRoleTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 8 } 9 ] 10 } 11 ], 12 "mainline-presubmit": [ 13 { 14 "name": "CtsRoleTestCases[com.google.android.permission.apex]", 15 "options": [ 16 // TODO(b/238677748): These two tests currently fails on R base image 17 { 18 "exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInList" 19 }, 20 { 21 "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" 22 }, 23 { 24 "exclude-annotation": "androidx.test.filters.FlakyTest" 25 } 26 ] 27 } 28 ] 29} 30