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