@@ -97,7 +97,7 @@ public static void staticUnPrepare() throws Exception {
97
97
*
98
98
* @throws Exception
99
99
*/
100
- @ Test
100
+ // @Test
101
101
public void testServerPodsRestartByChangingEnvProperty () throws Exception {
102
102
Assume .assumeFalse (QUICKTEST );
103
103
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -120,7 +120,7 @@ public void testServerPodsRestartByChangingEnvProperty() throws Exception {
120
120
*
121
121
* @throws Exception
122
122
*/
123
- @ Test
123
+ // @Test
124
124
public void testServerPodsRestartByChangingLogHomeEnabled () throws Exception {
125
125
Assume .assumeFalse (QUICKTEST );
126
126
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -142,7 +142,7 @@ public void testServerPodsRestartByChangingLogHomeEnabled() throws Exception {
142
142
*
143
143
* @throws Exception
144
144
*/
145
- @ Test
145
+ // @Test
146
146
public void testServerPodsRestartByChangingImagePullPolicy () throws Exception {
147
147
Assume .assumeFalse (QUICKTEST );
148
148
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -165,7 +165,7 @@ public void testServerPodsRestartByChangingImagePullPolicy() throws Exception {
165
165
*
166
166
* @throws Exception
167
167
*/
168
- @ Test
168
+ // @Test
169
169
public void testServerPodsRestartByChangingIncludeServerOutInPodLog () throws Exception {
170
170
Assume .assumeFalse (QUICKTEST );
171
171
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -261,7 +261,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
261
261
* are not restarted or after restart the server yaml file doesn't include the new added
262
262
* property
263
263
*/
264
- @ Test
264
+ // @Test
265
265
public void testServerPodsRestartByChangingContSecurityContext () throws Exception {
266
266
Assume .assumeFalse (QUICKTEST );
267
267
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -298,7 +298,7 @@ public void testServerPodsRestartByChangingContSecurityContext() throws Exceptio
298
298
* are not restarted or after restart the server yaml file doesn't include the new added
299
299
* property
300
300
*/
301
- @ Test
301
+ // @Test
302
302
public void testServerPodsRestartByChangingPodSecurityContext () throws Exception {
303
303
Assume .assumeFalse (QUICKTEST );
304
304
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -336,7 +336,7 @@ public void testServerPodsRestartByChangingPodSecurityContext() throws Exception
336
336
* are not restarted or after restart the server yaml file doesn't include the new added
337
337
* property
338
338
*/
339
- @ Test
339
+ // @Test
340
340
public void testServerPodsRestartByChangingResource () throws Exception {
341
341
Assume .assumeFalse (QUICKTEST );
342
342
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -371,7 +371,7 @@ public void testServerPodsRestartByChangingResource() throws Exception {
371
371
* @throws Exception when domain.yaml cannot be read or modified to include the
372
372
* restartVersion:v1.1
373
373
*/
374
- @ Test
374
+ // @Test
375
375
public void testAdminServerRestartVersion () throws Exception {
376
376
Assume .assumeFalse (QUICKTEST );
377
377
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -417,7 +417,7 @@ public void testAdminServerRestartVersion() throws Exception {
417
417
* @throws Exception when domain.yaml cannot be read or modified to include the
418
418
* restartVersion:v1.1
419
419
*/
420
- @ Test
420
+ // @Test
421
421
public void testClusterRestartVersion () throws Exception {
422
422
Assume .assumeFalse (QUICKTEST );
423
423
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -464,7 +464,7 @@ public void testClusterRestartVersion() throws Exception {
464
464
* @throws Exception when domain.yaml cannot be read or modified to include the
465
465
* restartVersion:v1.1
466
466
*/
467
- // @Test
467
+ // // @Test
468
468
public void testMSRestartVersion () throws Exception {
469
469
Assume .assumeFalse (QUICKTEST );
470
470
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -511,7 +511,7 @@ public void testMSRestartVersion() throws Exception {
511
511
* @throws Exception when domain.yaml cannot be read or modified to include the
512
512
* restartVersion:v1.1
513
513
*/
514
- @ Test
514
+ // @Test
515
515
public void testDomainRestartVersion () throws Exception {
516
516
Assume .assumeFalse (QUICKTEST );
517
517
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
0 commit comments