|
17 | 17 | import org.junit.Assume;
|
18 | 18 | import org.junit.BeforeClass;
|
19 | 19 | import org.junit.FixMethodOrder;
|
| 20 | +import org.junit.Ignore; |
20 | 21 | import org.junit.Test;
|
21 | 22 | import org.junit.runners.MethodSorters;
|
22 | 23 |
|
@@ -183,6 +184,7 @@ public void testCreateSecondOperatorUsingSameOperatorNsNegativeInstall() throws
|
183 | 184 | * @throws Exception exception
|
184 | 185 | */
|
185 | 186 | @Test
|
| 187 | + @Ignore |
186 | 188 | public void testNotPreCreatedOpNsCreateOperatorNegativeInstall() throws Exception {
|
187 | 189 | Assume.assumeFalse(QUICKTEST);
|
188 | 190 | String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
|
@@ -219,6 +221,7 @@ public void testNotPreCreatedOpNsCreateOperatorNegativeInstall() throws Exceptio
|
219 | 221 | * @throws Exception exception
|
220 | 222 | */
|
221 | 223 | @Test
|
| 224 | + @Ignore |
222 | 225 | public void testNotPreexistedOpServiceAccountCreateOperatorNegativeInstall() throws Exception {
|
223 | 226 | Assume.assumeFalse(QUICKTEST);
|
224 | 227 | String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
|
@@ -276,6 +279,7 @@ public void testNotPreexistedOpServiceAccountCreateOperatorNegativeInstall() thr
|
276 | 279 | * @throws Exception exception
|
277 | 280 | */
|
278 | 281 | @Test
|
| 282 | + @Ignore |
279 | 283 | public void testSecondOpSharingSameTargetDomainsNsNegativeInstall() throws Exception {
|
280 | 284 | Assume.assumeFalse(QUICKTEST);
|
281 | 285 | String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
|
@@ -338,6 +342,7 @@ public void testSecondOpSharingSameTargetDomainsNsNegativeInstall() throws Excep
|
338 | 342 | * @throws Exception exception
|
339 | 343 | */
|
340 | 344 | @Test
|
| 345 | + @Ignore |
341 | 346 | public void testTargetNsIsNotPreexistedNegativeInstall() throws Exception {
|
342 | 347 | Assume.assumeFalse(QUICKTEST);
|
343 | 348 | String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
|
|
0 commit comments