Skip to content

Commit 20189c6

Browse files
committed
[TEST] Skip index info REST test on 5.4.x and below
The deprecation logging was introduced in 5.5.x, so mixed clusters fail when a 5.4 node is used for the REST endpoint.
1 parent 18c663e commit 20189c6

File tree

1 file changed

+3
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.get

1 file changed

+3
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.get/10_basic.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ setup:
8080
"Get index infos should work for wildcards":
8181

8282
- skip:
83-
features:
84-
- warnings
83+
features: "warnings"
84+
version: " - 5.4.99"
85+
reason: deprecation logging for multiple features was introduced in 5.5.0
8586

8687
- do:
8788
warnings:

0 commit comments

Comments
 (0)