summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 92be9c4ff737223e7d38c2aa9a3546c9d858e66a (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
{
  "presubmit": [
    {
      "name": "CellBroadcastReceiverUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "GoogleCellBroadcastReceiverUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "presubmit-large": [
    {
      "name": "CellBroadcastReceiverComplianceTests"
    }
  ]
}