Skip to content

Commit

Permalink
skip unsupported pattern test
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Jun 4, 2024
1 parent ddb866e commit 93845c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.apache.tinkerpop.gremlin.process.traversal.Traversal;
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import java.util.Map;
Expand Down Expand Up @@ -162,6 +163,7 @@ public void run_pattern_8_test() {
Assert.assertEquals(1247146L, traversal.next().longValue());
}

@Ignore("Have not supported pattern with multi-edges yet")
@Test
public void run_pattern_9_test() {
Traversal<Vertex, Long> traversal = this.get_pattern_9_test();
Expand Down

0 comments on commit 93845c4

Please sign in to comment.