summaryrefslogtreecommitdiff
path: root/services/tests/servicestests/src/com/android/server/pm/TEST_MAPPING
blob: f4e724f493c5cf4c4bc1529a02d8df4b299a4d3d (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
33
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.pm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      // Presubmit is intentional here while testing with SLO checker.
      // b/331020193, Move to presubmit early april 2024
      "name": "FrameworksServicesTests_pm_presubmit"
    },
    {
      // Leave postsubmit here when migrating
      "name": "FrameworksServicesTests_pm_postsubmit"
    }
  ]
}