@@ -81,6 +81,7 @@ public class ITServerDiscovery extends BaseTest {
81
81
*/
82
82
@ BeforeClass
83
83
public static void staticPrepare () throws Exception {
84
+ Assume .assumeFalse (QUICKTEST );
84
85
// initialize test properties and create the directories
85
86
initialize (appPropsFile );
86
87
@@ -123,6 +124,7 @@ public static void staticPrepare() throws Exception {
123
124
*/
124
125
@ AfterClass
125
126
public static void staticUnPrepare () throws Exception {
127
+ Assume .assumeFalse (QUICKTEST );
126
128
logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
127
129
logger .info ("BEGIN" );
128
130
logger .info ("Run once, release cluster lease" );
@@ -159,6 +161,7 @@ public static void staticUnPrepare() throws Exception {
159
161
*/
160
162
@ Test
161
163
public void testOPConnToNewMS () throws Exception {
164
+ Assume .assumeFalse (QUICKTEST );
162
165
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
163
166
logTestBegin (testMethodName );
164
167
@@ -249,6 +252,7 @@ public void testOPReconnToRunningMSAndScaleDown() throws Exception {
249
252
*/
250
253
@ Test
251
254
public void testOPReconnToRunningMSAndScaleUp () throws Exception {
255
+ Assume .assumeFalse (QUICKTEST );
252
256
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
253
257
logTestBegin (testMethodName );
254
258
@@ -403,7 +407,7 @@ public void testOPMSReconnToDomain() throws Exception {
403
407
*/
404
408
@ Test
405
409
public void testOPRestartDeadMS () throws Exception {
406
- Assume .assumeFalse (SMOKETEST );
410
+ Assume .assumeFalse (QUICKTEST );
407
411
408
412
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
409
413
logTestBegin (testMethodName );
0 commit comments