Skip to content

Commit 848e5c6

Browse files
authored
Update version check in yaml test file for the bug fix of avoid infinite loop in flat_object parsing (opensearch-project#16057)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent d6bda7d commit 848e5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/index/90_flat_object.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ teardown:
7676
---
7777
"Invalid docs":
7878
- skip:
79-
version: "- 2.99.99"
79+
version: "- 2.17.99"
8080
reason: "parsing of these objects would infinite loop prior to 2.18"
8181
# The following documents are invalid.
8282
- do:

0 commit comments

Comments
 (0)