Skip to content

Commit 49a9b81

Browse files
authored
Skip geojson test for version below 2.4 (#4860)
Signed-off-by: Heemin Kim <heemin@amazon.com> Signed-off-by: Heemin Kim <heemin@amazon.com>
1 parent 488a1e5 commit 49a9b81

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
154154
- Fix recovery path for searchable snapshots ([4813](https://github.com/opensearch-project/OpenSearch/pull/4813))
155155
- Fix bug in AwarenessAttributeDecommissionIT([4822](https://github.com/opensearch-project/OpenSearch/pull/4822))
156156
- Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([#4827](https://github.com/opensearch-project/OpenSearch/pull/4827))
157+
- [BUG]: flaky test index/80_geo_point/Single point test([#4860](https://github.com/opensearch-project/OpenSearch/pull/4860))
157158

158159
### Security
159160
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))

rest-api-spec/src/main/resources/rest-api-spec/test/index/80_geo_point.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ setup:
1212

1313
---
1414
"Single point test":
15+
- skip:
16+
version: " - 2.3.99"
17+
reason: "geojson format is supported in 2.4 and above"
1518
- do:
1619
bulk:
1720
refresh: true
@@ -75,6 +78,9 @@ setup:
7578

7679
---
7780
"Multi points test":
81+
- skip:
82+
version: " - 2.3.99"
83+
reason: "geojson format is supported in 2.4 and above"
7884
- do:
7985
bulk:
8086
refresh: true

0 commit comments

Comments
 (0)