Skip to content

Commit d05347b

Browse files
committed
adapt field collapsing skip test version. relates #27833
1 parent ce014af commit d05347b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/110_field_collapsing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ setup:
290290
index: test
291291
type: test
292292
body:
293-
collapse:
293+
collapse:
294294
field: numeric_group
295295
inner_hits:
296296
- { name: sub_hits_asc, size: 2, sort: [{ sort: asc }] }
@@ -339,8 +339,8 @@ setup:
339339
"field collapsing, inner_hits and version":
340340

341341
- skip:
342-
version: " - 6.99.99"
343-
reason: "bug fixed in 7.0.0"
342+
version: " - 6.1.0"
343+
reason: "bug fixed in 6.1.1"
344344

345345
- do:
346346
search:

0 commit comments

Comments
 (0)