Skip to content

Commit 6fb67e2

Browse files
committed
ignore IncrSequenceZKHandlerTest
1 parent 25a8fea commit 6fb67e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/actiontech/dble/sequence/IncrSequenceZKHandlerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import org.apache.curator.test.TestingServer;
1212
import org.junit.Assert;
1313
import org.junit.Before;
14+
import org.junit.Ignore;
1415
import org.junit.Test;
1516

1617
import java.util.Properties;
@@ -27,6 +28,7 @@
2728
* @version 1.0
2829
* @time 23:35 2016/5/6
2930
*/
31+
@Ignore
3032
public class IncrSequenceZKHandlerTest {
3133
private static final int MAX_CONNECTION = 5;
3234
private static final int threadCount = 5;

0 commit comments

Comments
 (0)