xref: /aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/TEST_MAPPING (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1{
2  "presubmit": [
3    {
4      "name": "CtsPackageManagerHostTestCases_cts_splittests",
5      "file_patterns": ["SplitTests\\.java"]
6    },
7    {
8      "name": "CtsInstantAppsHostTestCases",
9      "options": [
10        {
11          "include-filter": "android.appsecurity.cts.EphemeralTest"
12        },
13        {
14          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
15        }
16      ]
17    },
18    {
19      "name": "CtsPackageManagerHostTestCases_cts_isolatedsplitstests",
20      "file_patterns": ["IsolatedSplitsTests\\.java"]
21    }
22  ]
23}
24