Skip to content

Commit 515b727

Browse files
committed
comment out other tests
1 parent 55d2ad3 commit 515b727

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public static void staticUnPrepare() throws Exception {
137137
*
138138
* @throws Exception
139139
*/
140-
@Test
140+
// @Test
141141
public void testDomainOnPVUsingWLST() throws Exception {
142142
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
143143
logTestBegin(testMethodName);
@@ -175,7 +175,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
175175
*
176176
* @throws Exception
177177
*/
178-
@Test
178+
// @Test
179179
public void testDomainOnPVUsingWDT() throws Exception {
180180
Assume.assumeFalse(QUICKTEST);
181181
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -219,7 +219,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
219219
*
220220
* @throws Exception
221221
*/
222-
@Test
222+
// @Test
223223
public void testTwoDomainsManagedByTwoOperators() throws Exception {
224224
Assume.assumeFalse(QUICKTEST);
225225
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -310,7 +310,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
310310
*
311311
* @throws Exception
312312
*/
313-
@Test
313+
// @Test
314314
public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
315315
Assume.assumeFalse(QUICKTEST);
316316
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -344,7 +344,7 @@ public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
344344
*
345345
* @throws Exception
346346
*/
347-
@Test
347+
// @Test
348348
public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
349349
Assume.assumeFalse(QUICKTEST);
350350
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -377,7 +377,7 @@ public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
377377
*
378378
* @throws Exception
379379
*/
380-
@Test
380+
// @Test
381381
public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
382382
Assume.assumeFalse(QUICKTEST);
383383
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -416,7 +416,7 @@ public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
416416
*
417417
* @throws Exception
418418
*/
419-
@Test
419+
// @Test
420420
public void testAutoAndCustomSitConfigOverrides() throws Exception {
421421
Assume.assumeFalse(QUICKTEST);
422422
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -476,7 +476,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
476476
*
477477
* @throws Exception
478478
*/
479-
@Test
479+
// @Test
480480
public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
481481
Assume.assumeFalse(QUICKTEST);
482482
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -498,7 +498,7 @@ public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
498498
*
499499
* @throws Exception
500500
*/
501-
@Test
501+
// @Test
502502
public void testOperatorRESTUsingCertificateChain() throws Exception {
503503
Assume.assumeFalse(QUICKTEST);
504504

0 commit comments

Comments
 (0)