We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a8fea commit 6fb67e2Copy full SHA for 6fb67e2
src/test/java/com/actiontech/dble/sequence/IncrSequenceZKHandlerTest.java
@@ -11,6 +11,7 @@
11
import org.apache.curator.test.TestingServer;
12
import org.junit.Assert;
13
import org.junit.Before;
14
+import org.junit.Ignore;
15
import org.junit.Test;
16
17
import java.util.Properties;
@@ -27,6 +28,7 @@
27
28
* @version 1.0
29
* @time 23:35 2016/5/6
30
*/
31
+@Ignore
32
public class IncrSequenceZKHandlerTest {
33
private static final int MAX_CONNECTION = 5;
34
private static final int threadCount = 5;
0 commit comments