Skip to content

Commit 99397a4

Browse files
Mute failing top_metrics tests (#52468)
These tests fails when the global template is added, which changes number_of_shards to 2. Relates #52409 and #52418
1 parent e8ad248 commit 99397a4

File tree

1 file changed

+15
-0
lines changed
  • x-pack/plugin/src/test/resources/rest-api-spec/test/analytics

1 file changed

+15
-0
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/analytics/top_metrics.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
"sort by long field":
3+
- skip:
4+
version: "all"
5+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52418"
36
- do:
47
bulk:
58
index: test
@@ -56,6 +59,9 @@
5659

5760
---
5861
"sort by double field":
62+
- skip:
63+
version: "all"
64+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52418"
5965
- do:
6066
indices.create:
6167
index: test
@@ -156,6 +162,9 @@
156162

157163
---
158164
"sort by keyword field fails":
165+
- skip:
166+
version: "all"
167+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52409"
159168
- do:
160169
bulk:
161170
index: test
@@ -179,6 +188,9 @@
179188

180189
---
181190
"sort by score":
191+
- skip:
192+
version: "all"
193+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52409"
182194
- do:
183195
bulk:
184196
index: test
@@ -236,6 +248,9 @@
236248

237249
---
238250
"sort by string script fails":
251+
- skip:
252+
version: "all"
253+
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/52409"
239254
- do:
240255
bulk:
241256
index: test

0 commit comments

Comments
 (0)