Skip to content

Commit 64ff130

Browse files
authored
Updating _nodes/stats yaml test versions that were missed in the backport PR (#75788)
This is related to #75052
1 parent a8a21d8 commit 64ff130

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.stats/11_indices_metrics.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@
323323
"Metric - blank for indices shards":
324324
- skip:
325325
features: [arbitrary_key]
326-
version: " - 7.99.99"
327-
reason: "total shard count added in version 8.0"
326+
version: " - 7.14.99"
327+
reason: "total shard count added in version 7.15.0"
328328
- do:
329329
nodes.info: {}
330330
- set:
@@ -340,8 +340,8 @@
340340
"Metric - _all for indices shards":
341341
- skip:
342342
features: [arbitrary_key]
343-
version: " - 7.99.99"
344-
reason: "total shard count added in version 8.0"
343+
version: " - 7.14.99"
344+
reason: "total shard count added in version 7.15.0"
345345
- do:
346346
nodes.info: {}
347347
- set:
@@ -359,8 +359,8 @@
359359

360360
- skip:
361361
features: ["allowed_warnings", arbitrary_key]
362-
version: " - 7.99.99"
363-
reason: "total shard count added in version 8.0"
362+
version: " - 7.14.99"
363+
reason: "total shard count added in version 7.15.0"
364364

365365
- do:
366366
indices.create:

0 commit comments

Comments
 (0)