summaryrefslogtreecommitdiff
path: root/packages/Shell/TEST_MAPPING
blob: 6b9f1ebd4061bf88e42188071d0c38ad9e1c9c73 (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
30
31
32
{
  "presubmit": [
    {
      "name": "CtsBugreportTestCases_android_server_os"
    },
    {
      "name": "ShellTests_android_server_os"
    },
    {
      "name": "CtsUiAutomationTestCases",
      "options": [
        {
          "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptAllShellPermissions"
        },
        {
          "include-filter": "android.app.uiautomation.cts.UiAutomationTest#testAdoptSomeShellPermissions"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsBugreportTestCases"
    },
    {
      "name": "ShellTests"
    }
  ]
}