summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 0d8db5224f7d16728d3b7d4741df8456ce2221a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "presubmit": [
    {
      "name": "CtsTelephonyProviderTestCases"
    },
    {
      "name": "TeleServiceTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TelephonyProviderTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}