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 6710d6a
Showing 1 changed file with 6 additions and 0 deletions.
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 6710d6a

Please sign in to comment.