Skip to content

Commit 4662352

Browse files
author
Christoph Büscher
committed
Mute failing tests
Relates to #32055
1 parent 867c496 commit 4662352

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search.inner_hits/10_basic.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ setup:
1313
---
1414
"Nested inner hits":
1515
- skip:
16-
version: " - 6.1.99"
17-
reason: "<= 6.1 nodes don't always include index or id in nested inner hits"
16+
version: "all"
17+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
18+
1819
- do:
1920
index:
2021
index: test
@@ -45,8 +46,8 @@ setup:
4546
"Nested doc version and seqIDs":
4647

4748
- skip:
48-
version: " - 6.3.99"
49-
reason: "object notation for docvalue_fields was introduced in 6.4"
49+
version: "all"
50+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
5051

5152
- do:
5253
index:

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ setup:
107107

108108
---
109109
"field collapsing and inner_hits":
110+
- skip:
111+
version: "all"
112+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
110113

111114
- do:
112115
search:
@@ -146,6 +149,9 @@ setup:
146149

147150
---
148151
"field collapsing, inner_hits and maxConcurrentGroupRequests":
152+
- skip:
153+
version: "all"
154+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
149155

150156
- do:
151157
search:
@@ -226,6 +232,9 @@ setup:
226232

227233
---
228234
"no hits and inner_hits":
235+
- skip:
236+
version: "all"
237+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
229238

230239
- do:
231240
search:
@@ -240,6 +249,9 @@ setup:
240249

241250
---
242251
"field collapsing and multiple inner_hits":
252+
- skip:
253+
version: "all"
254+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
243255

244256
- do:
245257
search:
@@ -292,10 +304,9 @@ setup:
292304

293305
---
294306
"field collapsing, inner_hits and version":
295-
296307
- skip:
297-
version: " - 6.1.0"
298-
reason: "bug fixed in 6.1.1"
308+
version: "all"
309+
reason: "https://github.com/elastic/elasticsearch/issues/32055"
299310

300311
- do:
301312
search:

0 commit comments

Comments
 (0)