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": "CtsPackageInstallerCUJMultiUsersTestCases", 27 "options":[ 28 { 29 "exclude-annotation":"androidx.test.filters.FlakyTest" 30 }, 31 { 32 "exclude-annotation":"org.junit.Ignore" 33 } 34 ] 35 }, 36 { 37 "name": "CtsPackageInstallerCUJUninstallationTestCases", 38 "options":[ 39 { 40 "exclude-annotation":"androidx.test.filters.FlakyTest" 41 }, 42 { 43 "exclude-annotation":"org.junit.Ignore" 44 } 45 ] 46 }, 47 { 48 "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases", 49 "options":[ 50 { 51 "exclude-annotation":"androidx.test.filters.FlakyTest" 52 }, 53 { 54 "exclude-annotation":"org.junit.Ignore" 55 } 56 ] 57 }, 58 { 59 "name": "CtsPackageInstallerCUJUpdateSelfTestCases", 60 "options":[ 61 { 62 "exclude-annotation":"androidx.test.filters.FlakyTest" 63 }, 64 { 65 "exclude-annotation":"org.junit.Ignore" 66 } 67 ] 68 } 69 ], 70 "postsubmit": [ 71 { 72 "name": "CtsPackageInstallTestCases", 73 "options": [ 74 { 75 "exclude-annotation": "android.platform.test.annotations.AppModeInstant" 76 } 77 ] 78 }, 79 { 80 "name": "CtsUpdateOwnershipEnforcementTestCases" 81 }, 82 { 83 "name": "CtsNoPermissionTestCases" 84 }, 85 { 86 "name": "CtsNoPermissionTestCases25" 87 }, 88 { 89 "name": "CtsPackageInstallerTapjackingTestCases" 90 }, 91 { 92 "name": "CtsPackageUninstallTestCases" 93 }, 94 { 95 "name": "PackageInstallerTests" 96 }, 97 { 98 "name": "CtsIntentSignatureTestCases" 99 }, 100 { 101 "name": "CtsPackageInstallerCUJDeviceAdminTestCases", 102 "options":[ 103 { 104 "exclude-annotation":"androidx.test.filters.FlakyTest" 105 }, 106 { 107 "exclude-annotation":"org.junit.Ignore" 108 } 109 ] 110 }, 111 { 112 "name": "CtsPackageInstallerCUJInstallationTestCases", 113 "options":[ 114 { 115 "exclude-annotation":"androidx.test.filters.FlakyTest" 116 }, 117 { 118 "exclude-annotation":"org.junit.Ignore" 119 } 120 ] 121 }, 122 { 123 "name": "CtsPackageInstallerCUJMultiUsersTestCases", 124 "options":[ 125 { 126 "exclude-annotation":"androidx.test.filters.FlakyTest" 127 }, 128 { 129 "exclude-annotation":"org.junit.Ignore" 130 } 131 ] 132 }, 133 { 134 "name": "CtsPackageInstallerCUJUninstallationTestCases", 135 "options":[ 136 { 137 "exclude-annotation":"androidx.test.filters.FlakyTest" 138 }, 139 { 140 "exclude-annotation":"org.junit.Ignore" 141 } 142 ] 143 }, 144 { 145 "name": "CtsPackageInstallerCUJUpdateOwnerShipTestCases", 146 "options":[ 147 { 148 "exclude-annotation":"androidx.test.filters.FlakyTest" 149 }, 150 { 151 "exclude-annotation":"org.junit.Ignore" 152 } 153 ] 154 }, 155 { 156 "name": "CtsPackageInstallerCUJUpdateSelfTestCases", 157 "options":[ 158 { 159 "exclude-annotation":"androidx.test.filters.FlakyTest" 160 }, 161 { 162 "exclude-annotation":"org.junit.Ignore" 163 } 164 ] 165 } 166 ] 167} 168