Skip to content

Commit

Permalink
Modify yaml test description
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Apr 15, 2024
1 parent 476d2e7 commit 349a406
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@ setup:

- match: {hits.total: 1}

# related issue: https://github.com/opensearch-project/OpenSearch/issues/9203
---
"search index prefixes with multiple value":
"search index prefixes with multiple values":
- skip:
version: " - 2.99.99"
reason: "the position_increment_gap was fixed in 3.0.0"
reason: "the bug was fixed in 3.0.0"
- do:
search:
rest_total_hits_as_int: true
Expand All @@ -151,10 +152,10 @@ setup:
- match: {hits.total: 1}

---
"search index prefixes with multiple value and custom position_increment_gap":
"search index prefixes with multiple values and custom position_increment_gap":
- skip:
version: " - 2.99.99"
reason: "the position_increment_gap was fixed in 3.0.0"
reason: "the bug was fixed in 3.0.0"
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 349a406

Please sign in to comment.