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