@@ -124,7 +124,6 @@ public static void staticPrepare() throws Exception {
124
124
*/
125
125
@ AfterClass
126
126
public static void staticUnPrepare () throws Exception {
127
- Assume .assumeFalse (QUICKTEST );
128
127
logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
129
128
logger .info ("BEGIN" );
130
129
logger .info ("Run once, release cluster lease" );
@@ -161,7 +160,6 @@ public static void staticUnPrepare() throws Exception {
161
160
*/
162
161
@ Test
163
162
public void testOPConnToNewMS () throws Exception {
164
- Assume .assumeFalse (QUICKTEST );
165
163
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
166
164
logTestBegin (testMethodName );
167
165
@@ -187,8 +185,6 @@ public void testOPConnToNewMS() throws Exception {
187
185
*/
188
186
@ Test
189
187
public void testOPReconnToNewMS () throws Exception {
190
- Assume .assumeFalse (QUICKTEST );
191
-
192
188
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
193
189
logTestBegin (testMethodName );
194
190
@@ -221,8 +217,6 @@ public void testOPReconnToNewMS() throws Exception {
221
217
*/
222
218
@ Test
223
219
public void testOPReconnToRunningMSAndScaleDown () throws Exception {
224
- Assume .assumeFalse (QUICKTEST );
225
-
226
220
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
227
221
logTestBegin (testMethodName );
228
222
@@ -252,7 +246,6 @@ public void testOPReconnToRunningMSAndScaleDown() throws Exception {
252
246
*/
253
247
@ Test
254
248
public void testOPReconnToRunningMSAndScaleUp () throws Exception {
255
- Assume .assumeFalse (QUICKTEST );
256
249
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
257
250
logTestBegin (testMethodName );
258
251
@@ -278,8 +271,6 @@ public void testOPReconnToRunningMSAndScaleUp() throws Exception {
278
271
*/
279
272
@ Test
280
273
public void testOPReconnToRunningMSWApp () throws Exception {
281
- Assume .assumeFalse (QUICKTEST );
282
-
283
274
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
284
275
logTestBegin (testMethodName );
285
276
@@ -319,8 +310,6 @@ public void testOPReconnToRunningMSWApp() throws Exception {
319
310
*/
320
311
@ Test
321
312
public void testOPAdminReconnToDomain () throws Exception {
322
- Assume .assumeFalse (QUICKTEST );
323
-
324
313
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
325
314
logTestBegin (testMethodName );
326
315
@@ -363,8 +352,6 @@ public void testOPAdminReconnToDomain() throws Exception {
363
352
*/
364
353
@ Test
365
354
public void testOPMSReconnToDomain () throws Exception {
366
- Assume .assumeFalse (QUICKTEST );
367
-
368
355
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
369
356
logTestBegin (testMethodName );
370
357
@@ -407,8 +394,6 @@ public void testOPMSReconnToDomain() throws Exception {
407
394
*/
408
395
@ Test
409
396
public void testOPRestartDeadMS () throws Exception {
410
- Assume .assumeFalse (QUICKTEST );
411
-
412
397
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
413
398
logTestBegin (testMethodName );
414
399
0 commit comments