summaryrefslogtreecommitdiff
path: root/cmds/locksettings/TEST_MAPPING
blob: 7a449effdf76795b71ec26819e9039de20a1f90a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "presubmit-large": [
        {
            "name": "CtsDevicePolicyManagerTestCases",
            "options": [
                {
                    "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
                },
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                }
            ]
        }
    ]
}