Skip to content

Commit c0e3327

Browse files
Fix version check in yml test for the bug fix of constant_keyword field type not working (#15019) (#15021)
(cherry picked from commit 03b1306) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a84f17a commit c0e3327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/index/110_constant_keyword.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
"Mappings and Supported queries":
1010
- skip:
11-
version: " - 2.99.99"
12-
reason: "fixed in 3.0.0"
11+
version: " - 2.15.99"
12+
reason: "fixed in 2.16.0"
1313

1414
# Create index with constant_keyword field type
1515
- do:

0 commit comments

Comments
 (0)