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 "mainline-presubmit": [ 21 { 22 "name": "CtsRoleTestCases[com.google.android.permission.apex]", 23 "options": [ 24 // TODO(b/238677748): These two tests currently fails on R base image 25 { 26 "exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInList" 27 }, 28 { 29 "exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked" 30 }, 31 { 32 "exclude-annotation": "androidx.test.filters.FlakyTest" 33 } 34 ] 35 } 36 ] 37} 38