Skip to content

Commit ae097cc

Browse files
rootroot
authored andcommitted
close #672
Previously, I added ignore to SameNeighborsBatchApi because I found the API wasn't implemanted in server. now, I should delete this @ignore for the completion of SameNeighborsBatchApi in the community version.
1 parent 99ae31f commit ae097cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/SameNeighborsBatchApiTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@
2525
import org.apache.hugegraph.testutil.Assert;
2626
import org.junit.BeforeClass;
2727
import org.junit.Test;
28-
import org.junit.Ignore;
2928

3029
import com.google.common.collect.ImmutableList;
3130

32-
@Ignore("Blocked by server: /traversers/sameneighborsbatch not implemented, see <https://github.com/apache/incubator-hugegraph/issues/2798>")
3331
public class SameNeighborsBatchApiTest extends TraverserApiTest {
3432

3533
@BeforeClass

0 commit comments

Comments
 (0)