Skip to content

Commit

Permalink
Run geojson yaml test for 2.4 and above only
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 committed Oct 21, 2022
1 parent 74ad187 commit 4b82a6f
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 4b82a6f

Please sign in to comment.