Skip to content

Commit

Permalink
run simple_match_test_19 only for interactive
Browse files Browse the repository at this point in the history
Committed-by: [email protected] from Dev container
  • Loading branch information
zhanglei1949 committed Jan 21, 2025
1 parent 963680b commit 8b0806b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public void run_simple_match_18_test() {

@Test
public void run_simple_match_19_test() {
assumeTrue("hiactor".equals(System.getenv("ENGINE_TYPE")));
QueryContext testQuery = SimpleMatchQueries.get_simple_match_query_19_test();
Result result = session.run(testQuery.getQuery());
List<Record> records = result.list();
Expand Down

0 comments on commit 8b0806b

Please sign in to comment.