• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "TextClassifierServiceTest",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.FlakyTest"
8        }
9      ]
10    },
11    {
12      "name": "libtextclassifier_tests"
13    },
14    {
15      "name": "libtextclassifier_java_tests"
16    },
17    {
18      "name": "TextClassifierNotificationTests"
19    }
20  ],
21  "mainline-presubmit": [
22    {
23      "name": "TextClassifierNotificationTests[com.google.android.extservices.apex]"
24    },
25    {
26      "name": "TextClassifierServiceTest[com.google.android.extservices.apex]"
27    },
28    {
29      "name": "libtextclassifier_tests[com.google.android.extservices.apex]"
30    },
31    {
32      "name": "libtextclassifier_java_tests[com.google.android.extservices.apex]"
33    }
34  ]
35}