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 94c568f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,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 94c568f

Please sign in to comment.