summaryrefslogtreecommitdiff
path: root/services/tests/servicestests/src/com/android/server/contentprotection/TEST_MAPPING
blob: 32729a899a96345e485505099c9654b6f5517970 (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
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.contentprotection"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      // b/331020193, Move to presubmit early april 2024
      "name": "FrameworksServicesTests_contentprotection"
    }
  ]
}