Skip to content

Commit 4acde70

Browse files
Mute field collapsing tests in MixedClusterClientYamlTestSuiteIT (#64912)
Relates #52416
1 parent 65e760f commit 4acde70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ setup:
106106
---
107107
"field collapsing and inner_hits":
108108

109+
- skip:
110+
version: "all"
111+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"
112+
109113
- do:
110114
search:
111115
rest_total_hits_as_int: true
@@ -258,6 +262,10 @@ setup:
258262
---
259263
"no hits and inner_hits":
260264

265+
- skip:
266+
version: "all"
267+
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"
268+
261269
- do:
262270
search:
263271
rest_total_hits_as_int: true

0 commit comments

Comments
 (0)