Skip to content

Commit 4b82a6f

Browse files
committed
Run geojson yaml test for 2.4 and above only
Signed-off-by: Heemin Kim <heemin@amazon.com>
1 parent 74ad187 commit 4b82a6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)