@@ -143,7 +143,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
143
143
*
144
144
* @throws Exception
145
145
*/
146
- // @Test
146
+ @ Test
147
147
public void testDomainOnPVUsingWDT () throws Exception {
148
148
Assume .assumeFalse (QUICKTEST );
149
149
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -187,7 +187,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
187
187
*
188
188
* @throws Exception
189
189
*/
190
- // @Test
190
+ @ Test
191
191
public void testTwoDomainsManagedByTwoOperators () throws Exception {
192
192
Assume .assumeFalse (QUICKTEST );
193
193
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -268,7 +268,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
268
268
*
269
269
* @throws Exception
270
270
*/
271
- // @Test
271
+ @ Test
272
272
public void testCreateDomainWithStartPolicyAdminOnly () throws Exception {
273
273
Assume .assumeFalse (QUICKTEST );
274
274
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -301,7 +301,7 @@ public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
301
301
*
302
302
* @throws Exception
303
303
*/
304
- // @Test
304
+ @ Test
305
305
public void testCreateDomainPVReclaimPolicyRecycle () throws Exception {
306
306
Assume .assumeFalse (QUICKTEST );
307
307
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -334,7 +334,7 @@ public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
334
334
*
335
335
* @throws Exception
336
336
*/
337
- // @Test
337
+ @ Test
338
338
public void testCreateDomainWithDefaultValuesInSampleInputs () throws Exception {
339
339
Assume .assumeFalse (QUICKTEST );
340
340
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -425,7 +425,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
425
425
*
426
426
* @throws Exception
427
427
*/
428
- // @Test
428
+ @ Test
429
429
public void testOperatorRESTIdentityBackwardCompatibility () throws Exception {
430
430
Assume .assumeFalse (QUICKTEST );
431
431
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -447,7 +447,7 @@ public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
447
447
*
448
448
* @throws Exception
449
449
*/
450
- // @Test
450
+ @ Test
451
451
public void testOperatorRESTUsingCertificateChain () throws Exception {
452
452
Assume .assumeFalse (QUICKTEST );
453
453
@@ -467,7 +467,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
467
467
*
468
468
* @throws Exception
469
469
*/
470
- // @Test
470
+ @ Test
471
471
public void testDomainInImageUsingWLST () throws Exception {
472
472
Assume .assumeFalse (QUICKTEST );
473
473
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -499,7 +499,7 @@ public void testDomainInImageUsingWLST() throws Exception {
499
499
*
500
500
* @throws Exception
501
501
*/
502
- // @Test
502
+ @ Test
503
503
public void testDomainInImageUsingWDT () throws Exception {
504
504
Assume .assumeFalse (QUICKTEST );
505
505
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
0 commit comments