8000 Distributed: Re-enabled TestSharding test case · githubcs/orientdb@857af74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 857af74

Browse files
committed
Distributed: Re-enabled TestSharding test case
1 parent 720b9a0 commit 857af74

File tree

1 file changed

+0
-2
lines changed
  • distributed/src/test/java/com/orientechnologies/orient/server/distributed

1 file changed

+0
-2
lines changed

distributed/src/test/java/com/orientechnologies/orient/server/distributed/TestSharding.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
import com.tinkerpop.blueprints.impls.orient.OrientVertex;
77
import com.tinkerpop.blueprints.impls.orient.OrientVertexType;
88
import junit.framework.Assert;
9-
import org.junit.Ignore;
109
import org.junit.Test;
1110

1211
public class TestSharding extends AbstractServerClusterTest {
1312

1413
protected OrientVertex[] vertices;
1514

1615
@Test
17-
@Ignore
1816
public void test() throws Exception {
1917
init(3);
2018
prepare(false);

0 commit comments

Comments
 (0)
0