Skip to content

Commit 03b1306

Browse files
authored
Fix version check in yml test for the bug fix of constant_keyword field type not working (opensearch-project#15019)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 0cde7ba commit 03b1306

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)