1{ 2 "presubmit": [ 3 { 4 "name": "CtsPermissionTestCases", 5 "options": [ 6 { 7 "include-filter": "android.permission.cts.BackgroundPermissionsTest" 8 } 9 ] 10 }, 11 { 12 "name": "CtsPermission3TestCases", 13 "options": [ 14 { 15 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 16 } 17 ] 18 }, 19 { 20 "name": "CtsOsTestCases", 21 "options": [ 22 { 23 "include-filter": "android.os.cts.AutoRevokeTest" 24 } 25 ] 26 } 27 ] 28} 29