Skip to content

Commit

Permalink
Skip geojson test for version below 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 committed Oct 20, 2022
1 parent 515f84b commit a5503b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Fix recovery path for searchable snapshots ([4813](https://github.com/opensearch-project/OpenSearch/pull/4813))
- Fix bug in AwarenessAttributeDecommissionIT([4822](https://github.com/opensearch-project/OpenSearch/pull/4822))
- Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([#4827](https://github.com/opensearch-project/OpenSearch/pull/4827))
- [BUG]: flaky test index/80_geo_point/Single point test([#4860](https://github.com/opensearch-project/OpenSearch/pull/4860))

### Security
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ setup:

---
"Single point test":
- skip:
version: " - 2.3.99"
reason: "geojson format is supported in 2.4 and above"
- do:
bulk:
refresh: true
Expand Down Expand Up @@ -75,6 +78,9 @@ setup:

---
"Multi points test":
- skip:
version: " - 2.3.99"
reason: "geojson format is supported in 2.4 and above"
- do:
bulk:
refresh: true
Expand Down

0 comments on commit a5503b4

Please sign in to comment.