summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 9d973e92e1e934aa744112e0fc31d4c28e7cfe45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "presubmit": [
        {
            "name": "MediaProviderTests"
        },
        {
            "name": "MediaProviderClientTests"
        },
        {
            "name": "CtsProviderTestCases",
            "options": [
                {
                    "include-filter": "android.provider.cts.media."
                }
            ]
        },
        {
            // This is a typo and is tracked in b/155715039 but flaky on CF.
            // Will fix this once the root cause of flake is fixed.
            "name": "AdoptableHostTest"
        },
        {
            "name": "CtsScopedStorageHostTest"
        },
        {
            "name": "fuse_node_test"
        }
    ]
}