Skip to content

Commit 9238049

Browse files
committed
Temporarily ignore tests
1 parent e814f6e commit 9238049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItUsabilityOperatorHelmChart.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.junit.Assume;
1818
import org.junit.BeforeClass;
1919
import org.junit.FixMethodOrder;
20+
import org.junit.Ignore;
2021
import org.junit.Test;
2122
import org.junit.runners.MethodSorters;
2223

@@ -183,6 +184,7 @@ public void testCreateSecondOperatorUsingSameOperatorNsNegativeInstall() throws
183184
* @throws Exception exception
184185
*/
185186
@Test
187+
@Ignore
186188
public void testNotPreCreatedOpNsCreateOperatorNegativeInstall() throws Exception {
187189
Assume.assumeFalse(QUICKTEST);
188190
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -219,6 +221,7 @@ public void testNotPreCreatedOpNsCreateOperatorNegativeInstall() throws Exceptio
219221
* @throws Exception exception
220222
*/
221223
@Test
224+
@Ignore
222225
public void testNotPreexistedOpServiceAccountCreateOperatorNegativeInstall() throws Exception {
223226
Assume.assumeFalse(QUICKTEST);
224227
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -276,6 +279,7 @@ public void testNotPreexistedOpServiceAccountCreateOperatorNegativeInstall() thr
276279
* @throws Exception exception
277280
*/
278281
@Test
282+
@Ignore
279283
public void testSecondOpSharingSameTargetDomainsNsNegativeInstall() throws Exception {
280284
Assume.assumeFalse(QUICKTEST);
281285
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -338,6 +342,7 @@ public void testSecondOpSharingSameTargetDomainsNsNegativeInstall() throws Excep
338342
* @throws Exception exception
339343
*/
340344
@Test
345+
@Ignore
341346
public void testTargetNsIsNotPreexistedNegativeInstall() throws Exception {
342347
Assume.assumeFalse(QUICKTEST);
343348
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)