1{ 2 "presubmit": [ 3 { 4 "name": "CtsBackupTestCases", 5 "options": [ 6 { 7 // Remove from presubmit until b/273295079 is resolved. 8 "exclude-filter": "android.backup.cts.BackupRestoreEventLoggerTest" 9 } 10 ] 11 } 12 ], 13 "mainline-presubmit": [ 14 { 15 "name": "CtsBackupTestCases[com.google.android.permission.apex]", 16 "options": [ 17 { 18 "include-filter": "android.backup.cts.PermissionTest" 19 } 20 ] 21 } 22 ], 23 "permission-mainline-presubmit": [ 24 { 25 "name": "CtsBackupTestCases", 26 "options": [ 27 { 28 "include-filter": "android.backup.cts.PermissionTest" 29 } 30 ] 31 } 32 ] 33} 34