Skip to content

Commit 4a94534

Browse files
committed
Adapt BWC conditions after backport of #69721
1 parent 4c39136 commit 4a94534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
"Metric - _all include_unloaded_segments":
230230
- skip:
231231
features: [arbitrary_key]
232-
version: " - 7.99.99"
233-
reason: waiting for backport
232+
version: " - 7.12.99"
233+
reason: "support for include_unloaded_segments only added in 7.13"
234234
- do:
235235
nodes.info: {}
236236
- set:
@@ -259,8 +259,8 @@
259259
"Metric - segments include_unloaded_segments":
260260
- skip:
261261
features: [arbitrary_key]
262-
version: " - 7.99.99"
263-
reason: waiting for backport
262+
version: " - 7.12.99"
263+
reason: "support for include_unloaded_segments only added in 7.13"
264264
- do:
265265
nodes.info: {}
266266
- set:

0 commit comments

Comments
 (0)