Skip to content

Commit 55abeae

Browse files
Remove AwaitsFix in field collapsing yaml tests (#75087)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 0f508a9 commit 55abeae

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

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

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ setup:
8686
---
8787
"field collapsing and from":
8888

89-
- skip:
90-
version: "all"
91-
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"
92-
9389
- do:
9490
search:
9591
rest_total_hits_as_int: true
@@ -110,10 +106,6 @@ setup:
110106
---
111107
"field collapsing and inner_hits":
112108

113-
- skip:
114-
version: "all"
115-
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"
116-
117109
- do:
118110
search:
119111
rest_total_hits_as_int: true
@@ -150,9 +142,7 @@ setup:
150142

151143
---
152144
"field collapsing, inner_hits, and fields":
153-
- skip:
154-
version: " - 7.9.99"
155-
reason: the 'fields' option was added in 7.10
145+
156146
- do:
157147
search:
158148
rest_total_hits_as_int: true
@@ -234,9 +224,7 @@ setup:
234224

235225
---
236226
"field collapsing and search_after with invalid sort":
237-
- skip:
238-
version: " - 7.13.99"
239-
reason: "support for collapsing with search_after was added in 7.14"
227+
240228
- do:
241229
catch: /Cannot use \[collapse\] in conjunction with \[search_after\] unless the search is sorted on the same field. Multiple sort fields are not allowed./
242230
search:
@@ -257,9 +245,7 @@ setup:
257245

258246
---
259247
"field collapsing and search_after":
260-
- skip:
261-
version: " - 7.13.99"
262-
reason: "support for collapsing with search_after was added in 7.14"
248+
263249
- do:
264250
search:
265251
index: test
@@ -316,10 +302,6 @@ setup:
316302
---
317303
"no hits and inner_hits":
318304

319-
- skip:
320-
version: "all"
321-
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"
322-
323305
- do:
324306
search:
325307
rest_total_hits_as_int: true
@@ -444,9 +426,7 @@ setup:
444426

445427
---
446428
"field collapsing on a field alias":
447-
- skip:
448-
version: " - 7.5.1"
449-
reason: the bug fix was introduced in 7.5.2
429+
450430
- do:
451431
indices.create:
452432
index: alias-test

0 commit comments

Comments
 (0)