blob: 91882fde15372f7860e33fe7f35ce504bc1eca15 [file] [log] [blame]
Philip P. Moltmanncd6dbf72019-04-12 10:09:13 -07001{
Ivan Chiang82a99052024-08-16 05:26:17 +00002 "presubmit": [
3 {
4 "name": "CtsPackageInstallerCUJInstallationTestCases",
5 "options":[
6 {
7 "exclude-annotation":"androidx.test.filters.FlakyTest"
8 },
9 {
10 "exclude-annotation":"org.junit.Ignore"
11 }
12 ]
13 },
14 {
15 "name": "CtsPackageInstallerCUJUninstallationTestCases",
16 "options":[
17 {
18 "exclude-annotation":"androidx.test.filters.FlakyTest"
19 },
20 {
21 "exclude-annotation":"org.junit.Ignore"
22 }
23 ]
24 },
25 {
26 "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
27 "options":[
28 {
29 "exclude-annotation":"androidx.test.filters.FlakyTest"
30 },
31 {
32 "exclude-annotation":"org.junit.Ignore"
33 }
34 ]
35 }
36 ],
Philip P. Moltmanndbcebfe2019-04-25 16:52:44 -070037 "postsubmit": [
Philip P. Moltmanncd6dbf72019-04-12 10:09:13 -070038 {
39 "name": "CtsPackageInstallTestCases",
40 "options": [
41 {
42 "exclude-annotation": "android.platform.test.annotations.AppModeInstant"
43 }
44 ]
45 },
46 {
William Loh89bafe72024-07-22 12:19:59 -070047 "name": "CtsUpdateOwnershipEnforcementTestCases"
48 },
49 {
Philip P. Moltmanncd6dbf72019-04-12 10:09:13 -070050 "name": "CtsNoPermissionTestCases"
51 },
52 {
53 "name": "CtsNoPermissionTestCases25"
54 },
55 {
56 "name": "CtsPackageInstallerTapjackingTestCases"
57 },
58 {
59 "name": "CtsPackageUninstallTestCases"
Winson08065682021-07-08 12:07:08 -070060 },
61 {
62 "name": "PackageInstallerTests"
Jakob Schneiderf77d6782023-11-28 20:47:21 +000063 },
64 {
65 "name": "CtsIntentSignatureTestCases"
Ivan Chiang335f03b2024-08-08 07:41:51 +000066 },
67 {
Ivan Chiang5e7349b2024-09-18 06:09:24 +000068 "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
69 "options":[
70 {
71 "exclude-annotation":"androidx.test.filters.FlakyTest"
72 },
73 {
74 "exclude-annotation":"org.junit.Ignore"
75 }
76 ]
77 },
78 {
Ivan Chiang2da3ae42024-08-14 10:29:08 +000079 "name": "CtsPackageInstallerCUJInstallationTestCases",
Ivan Chiang335f03b2024-08-08 07:41:51 +000080 "options":[
Ivan Chiang2da3ae42024-08-14 10:29:08 +000081 {
82 "exclude-annotation":"androidx.test.filters.FlakyTest"
83 },
84 {
85 "exclude-annotation":"org.junit.Ignore"
86 }
87 ]
88 },
89 {
Ivan Chiang5e7349b2024-09-18 06:09:24 +000090 "name": "CtsPackageInstallerCUJMultiUsersTestCases",
91 "options":[
92 {
93 "exclude-annotation":"androidx.test.filters.FlakyTest"
94 },
95 {
96 "exclude-annotation":"org.junit.Ignore"
97 }
98 ]
99 },
100 {
Ivan Chiang2da3ae42024-08-14 10:29:08 +0000101 "name": "CtsPackageInstallerCUJUninstallationTestCases",
102 "options":[
103 {
104 "exclude-annotation":"androidx.test.filters.FlakyTest"
105 },
106 {
107 "exclude-annotation":"org.junit.Ignore"
108 }
109 ]
110 },
111 {
112 "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
113 "options":[
114 {
115 "exclude-annotation":"androidx.test.filters.FlakyTest"
116 },
117 {
118 "exclude-annotation":"org.junit.Ignore"
119 }
120 ]
121 },
122 {
123 "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
124 "options":[
125 {
126 "exclude-annotation":"androidx.test.filters.FlakyTest"
127 },
128 {
129 "exclude-annotation":"org.junit.Ignore"
130 }
Ivan Chiang335f03b2024-08-08 07:41:51 +0000131 ]
Philip P. Moltmanncd6dbf72019-04-12 10:09:13 -0700132 }
133 ]
Winson08065682021-07-08 12:07:08 -0700134}