Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Jun 7, 2024
1 parent 633e5cf commit 32df64e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ public void run_simple_match_12_test() {

@Test
public void run_simple_match_13_test() {
// TODO: when issue #3730 is fixed, this test could be enabled in pegagus.
assumeTrue("hiactor".equals(System.getenv("ENGINE_TYPE")));
QueryContext testQuery = SimpleMatchQueries.get_simple_match_query_13_test();
Result result = session.run(testQuery.getQuery());
Assert.assertEquals(testQuery.getExpectedResult().toString(), result.list().toString());
Expand Down

0 comments on commit 32df64e

Please sign in to comment.