• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    {
4      "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
5      "options":[
6        {
7          "exclude-annotation":"androidx.test.filters.FlakyTest"
8        },
9        {
10          "exclude-annotation":"org.junit.Ignore"
11        }
12      ]
13    },
14    {
15      "name": "CtsPackageInstallerCUJInstallationTestCases",
16      "options":[
17        {
18          "exclude-annotation":"androidx.test.filters.FlakyTest"
19        },
20        {
21          "exclude-annotation":"org.junit.Ignore"
22        }
23      ]
24    },
25    {
26      "name": "CtsPackageInstallerCUJInstallationViaIntentForResultTestCases",
27      "options":[
28          {
29            "exclude-annotation":"androidx.test.filters.FlakyTest"
30          },
31          {
32            "exclude-annotation":"org.junit.Ignore"
33          }
34      ]
35    },
36    {
37      "name": "CtsPackageInstallerCUJInstallationViaSessionTestCases",
38      "options":[
39          {
40            "exclude-annotation":"androidx.test.filters.FlakyTest"
41          },
42          {
43            "exclude-annotation":"org.junit.Ignore"
44          }
45      ]
46    },
47    {
48      "name": "CtsPackageInstallerCUJMultiUsersTestCases",
49      "options":[
50        {
51          "exclude-annotation":"androidx.test.filters.FlakyTest"
52        },
53        {
54          "exclude-annotation":"org.junit.Ignore"
55        }
56      ]
57    },
58    {
59      "name": "CtsPackageInstallerCUJUninstallationTestCases",
60      "options":[
61        {
62          "exclude-annotation":"androidx.test.filters.FlakyTest"
63        },
64        {
65          "exclude-annotation":"org.junit.Ignore"
66        }
67      ]
68    },
69    {
70      "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
71      "options":[
72        {
73          "exclude-annotation":"androidx.test.filters.FlakyTest"
74        },
75        {
76          "exclude-annotation":"org.junit.Ignore"
77        }
78      ]
79    },
80    {
81      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
82      "options":[
83        {
84          "exclude-annotation":"androidx.test.filters.FlakyTest"
85        },
86        {
87          "exclude-annotation":"org.junit.Ignore"
88        }
89      ]
90    }
91  ],
92  "postsubmit": [
93    {
94      "name": "CtsPackageInstallTestCases",
95      "options": [
96        {
97          "exclude-annotation": "android.platform.test.annotations.AppModeInstant"
98        }
99      ]
100    },
101    {
102      "name": "CtsUpdateOwnershipEnforcementTestCases"
103    },
104    {
105      "name": "CtsNoPermissionTestCases"
106    },
107    {
108      "name": "CtsNoPermissionTestCases25"
109    },
110    {
111      "name": "CtsPackageInstallerTapjackingTestCases"
112    },
113    {
114      "name": "CtsPackageUninstallTestCases"
115    },
116    {
117      "name": "PackageInstallerTests"
118    },
119    {
120      "name": "CtsIntentSignatureTestCases"
121    },
122    {
123      "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
124      "options":[
125        {
126          "exclude-annotation":"androidx.test.filters.FlakyTest"
127        },
128        {
129          "exclude-annotation":"org.junit.Ignore"
130        }
131      ]
132    },
133    {
134      "name": "CtsPackageInstallerCUJInstallationTestCases",
135      "options":[
136        {
137          "exclude-annotation":"androidx.test.filters.FlakyTest"
138        },
139        {
140          "exclude-annotation":"org.junit.Ignore"
141        }
142      ]
143    },
144    {
145      "name": "CtsPackageInstallerCUJInstallationViaIntentForResultTestCases",
146      "options":[
147          {
148            "exclude-annotation":"androidx.test.filters.FlakyTest"
149          },
150          {
151            "exclude-annotation":"org.junit.Ignore"
152          }
153      ]
154    },
155    {
156      "name": "CtsPackageInstallerCUJInstallationViaSessionTestCases",
157      "options":[
158          {
159            "exclude-annotation":"androidx.test.filters.FlakyTest"
160          },
161          {
162            "exclude-annotation":"org.junit.Ignore"
163          }
164      ]
165    },
166    {
167      "name": "CtsPackageInstallerCUJMultiUsersTestCases",
168      "options":[
169        {
170          "exclude-annotation":"androidx.test.filters.FlakyTest"
171        },
172        {
173          "exclude-annotation":"org.junit.Ignore"
174        }
175      ]
176    },
177    {
178      "name": "CtsPackageInstallerCUJUninstallationTestCases",
179      "options":[
180        {
181          "exclude-annotation":"androidx.test.filters.FlakyTest"
182        },
183        {
184          "exclude-annotation":"org.junit.Ignore"
185        }
186      ]
187    },
188    {
189      "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases",
190      "options":[
191        {
192          "exclude-annotation":"androidx.test.filters.FlakyTest"
193        },
194        {
195          "exclude-annotation":"org.junit.Ignore"
196        }
197      ]
198    },
199    {
200      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
201      "options":[
202        {
203          "exclude-annotation":"androidx.test.filters.FlakyTest"
204        },
205        {
206          "exclude-annotation":"org.junit.Ignore"
207        }
208      ]
209    }
210  ]
211}
212