blob: 717ec02d9dd6b5f19e0e4544d3a5168281eeb668 [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 Chiang2da3ae42024-08-14 10:29:08 +000068 "name": "CtsPackageInstallerCUJInstallationTestCases",
Ivan Chiang335f03b2024-08-08 07:41:51 +000069 "options":[
Ivan Chiang2da3ae42024-08-14 10:29:08 +000070 {
71 "exclude-annotation":"androidx.test.filters.FlakyTest"
72 },
73 {
74 "exclude-annotation":"org.junit.Ignore"
75 }
76 ]
77 },
78 {
79 "name": "CtsPackageInstallerCUJUninstallationTestCases",
80 "options":[
81 {
82 "exclude-annotation":"androidx.test.filters.FlakyTest"
83 },
84 {
85 "exclude-annotation":"org.junit.Ignore"
86 }
87 ]
88 },
89 {
90 "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
91 "options":[
92 {
93 "exclude-annotation":"androidx.test.filters.FlakyTest"
94 },
95 {
96 "exclude-annotation":"org.junit.Ignore"
97 }
98 ]
99 },
100 {
101 "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
102 "options":[
103 {
104 "exclude-annotation":"androidx.test.filters.FlakyTest"
105 },
106 {
107 "exclude-annotation":"org.junit.Ignore"
108 }
Ivan Chiang335f03b2024-08-08 07:41:51 +0000109 ]
Philip P. Moltmanncd6dbf72019-04-12 10:09:13 -0700110 }
111 ]
Winson08065682021-07-08 12:07:08 -0700112}