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

  "postsubmit": [
    {
      "name": "CellBroadcastReceiverComplianceTests"
    }
  ]
}