blob: af54a2decd895f96d2ff9fb9f40e2e726061706d [file] [log] [blame]
Pavel Grafov3119f592019-07-23 12:25:18 +01001{
easoncyleeac72e3c2021-04-21 15:08:24 +08002 "presubmit-large": [
Pavel Grafov3119f592019-07-23 12:25:18 +01003 {
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 }
Ronald Braunsteind9b0dc52024-04-04 17:22:49 -070014 ],
15 "postsubmit": [
16 {
17 "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes"
18 }
Pavel Grafov3119f592019-07-23 12:25:18 +010019 ]
20}