summaryrefslogtreecommitdiff
path: root/core/java/android/app/trust/TEST_MAPPING
blob: 23923eeb83ee9f1fe528952300266f3f15a35d78 (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
{
  "presubmit": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "trust-tablet": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}