summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
blob: 4cb5d23d06a61929995d8c360eab937ab53cac76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "presubmit": [
        {
            "name": "CtsPermissionTestCases",
            "options": [
                {
                    "include-filter": "android.permission.cts.BackgroundPermissionsTest"
                }
            ]
        },
        {
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ],
            "file_patterns": ["res/xml/roles\\.xml"]
        }
    ]
}