Skip to content

Commit 4aa089b

Browse files
committed
uncomment the tests
1 parent 107b2c9 commit 4aa089b

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
@@ -143,7 +143,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
143143
*
144144
* @throws Exception
145145
*/
146-
// @Test
146+
@Test
147147
public void testDomainOnPVUsingWDT() throws Exception {
148148
Assume.assumeFalse(QUICKTEST);
149149
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -187,7 +187,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
187187
*
188188
* @throws Exception
189189
*/
190-
// @Test
190+
@Test
191191
public void testTwoDomainsManagedByTwoOperators() throws Exception {
192192
Assume.assumeFalse(QUICKTEST);
193193
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -268,7 +268,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
268268
*
269269
* @throws Exception
270270
*/
271-
// @Test
271+
@Test
272272
public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
273273
Assume.assumeFalse(QUICKTEST);
274274
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -301,7 +301,7 @@ public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
301301
*
302302
* @throws Exception
303303
*/
304-
// @Test
304+
@Test
305305
public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
306306
Assume.assumeFalse(QUICKTEST);
307307
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -334,7 +334,7 @@ public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
334334
*
335335
* @throws Exception
336336
*/
337-
// @Test
337+
@Test
338338
public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
339339
Assume.assumeFalse(QUICKTEST);
340340
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -425,7 +425,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
425425
*
426426
* @throws Exception
427427
*/
428-
// @Test
428+
@Test
429429
public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
430430
Assume.assumeFalse(QUICKTEST);
431431
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -447,7 +447,7 @@ public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
447447
*
448448
* @throws Exception
449449
*/
450-
// @Test
450+
@Test
451451
public void testOperatorRESTUsingCertificateChain() throws Exception {
452452
Assume.assumeFalse(QUICKTEST);
453453

@@ -467,7 +467,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
467467
*
468468
* @throws Exception
469469
*/
470-
// @Test
470+
@Test
471471
public void testDomainInImageUsingWLST() throws Exception {
472472
Assume.assumeFalse(QUICKTEST);
473473
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
@@ -499,7 +499,7 @@ public void testDomainInImageUsingWLST() throws Exception {
499499
*
500500
* @throws Exception
501501
*/
502-
// @Test
502+
@Test
503503
public void testDomainInImageUsingWDT() throws Exception {
504504
Assume.assumeFalse(QUICKTEST);
505505
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)