From 5b25b5d80a33c2ae1979134a6b6160688cbeb60f Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Mon, 17 Jul 2017 16:28:09 +0900 Subject: [PATCH] Fix comment on shrink indices test This commit fixes a comment on a shrink indices test; the comment is wrong because the fix in question was applied starting 5.6.0. --- .../rest-api-spec/test/indices.shrink/20_source_mapping.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/20_source_mapping.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/20_source_mapping.yml index 553d8825075..6dcef57b3e1 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/20_source_mapping.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/20_source_mapping.yml @@ -2,7 +2,7 @@ "Shrink index ignores target template mapping": - skip: version: " - 5.5.99" - reason: bug fixed in 6.0 + reason: bug fixed in 5.6.0 - do: cluster.state: {}