Skip to content

Commit

Permalink
Extend the version range to run flat-object field REST Yaml test on 2…
Browse files Browse the repository at this point in the history
….7.0 (#7081) (#7083)

(cherry picked from commit 312bc82)

Signed-off-by: Mingshi Liu <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] authored Apr 11, 2023
1 parent ed6141f commit 64f3123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@

"Flat-object fields from within the scripting":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7.0"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ teardown:
# and no dynamic fields were created.
"Mappings":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7.0"

- do:
indices.get_mapping:
Expand Down

0 comments on commit 64f3123

Please sign in to comment.