aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 23e3cbf72667c57892ea736aca5ead1f218511f5 (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
29
30
31
32
33
34
{
  "presubmit": [
    {
      "name": "TextClassifierServiceTest",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
       "name": "bluetooth_flatbuffer_tests"
    },
    {
       "name": "CtsTfliteNnapiDelegateTestCases"
    }
 ],
  "hwasan-postsubmit": [
    {
      "name": "TextClassifierServiceTest",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
       "name": "bluetooth_flatbuffer_tests"
    },
    {
       "name": "CtsTfliteNnapiDelegateTestCases"
    }
 ]
}