1{ 2 "presubmit-large": [ 3 { 4 "name": "CtsDevicePolicyManagerTestCases", 5 "options": [ 6 { 7 "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest" 8 }, 9 { 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 11 } 12 ] 13 } 14 ], 15 "postsubmit": [ 16 { 17 "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes" 18 } 19 ] 20} 21