blob: 535a31a908a0f13f8799f299e0cb8b6d16342ea6 [file] [log] [blame]
Phil Weaverc2f3d85e2018-08-29 17:42:08 -07001{
2 "presubmit": [
3 {
4 "name": "CtsAccessibilityServiceTestCases",
5 "options": [
6 {
7 "include-annotation": "android.platform.test.annotations.Presubmit"
8 },
9 {
10 "exclude-annotation": "android.support.test.filters.FlakyTest"
11 }
12 ]
13 },
14 {
15 "name": "CtsUiAutomationTestCases",
16 "options": [
17 {
18 "include-annotation": "android.platform.test.annotations.Presubmit"
19 },
20 {
21 "exclude-annotation": "android.support.test.filters.FlakyTest"
22 }
23 ]
24 },
25 {
26 "name": "FrameworksCoreTests",
27 "options": [
28 {
29 "include-filter": "android.view.accessibility"
30 },
31 {
32 "exclude-annotation": "androidx.test.filters.FlakyTest"
Ian Kasprzak1a5bb832019-08-29 10:05:28 -070033 },
Raman Tennetif997c752019-08-27 11:05:12 -070034 {
35 "exclude-filter": "android.view.textclassifier.TextClassifierTest#testSuggetsConversationActions_deduplicate"
36 }
37 ]
Phil Weaverc2f3d85e2018-08-29 17:42:08 -070038 }
39 ],
40 "postsubmit": [
41 {
42 "name": "CtsAccessibilityServiceTestCases"
43 },
44 {
45 "name": "CtsUiAutomationTestCases"
46 },
47 {
48 "name": "FrameworksCoreTests",
49 "options": [
50 {
51 "include-filter": "android.view.accessibility"
52 }
53 ]
54 }
55 ]
56}