From 7a401cd1d218460b4be07271b56f2bed2e6ea0a6 Mon Sep 17 00:00:00 2001 From: Colin Goodheart-Smithe Date: Mon, 17 Jul 2017 12:24:07 +0100 Subject: [PATCH] [TEST] skips shrink source mapping rest test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change skips the rest test in `rest-api-spec/test/indices.shrink/20_source_mapping.yml` as it currently fails because if we don’t expect the deprecation warning the normal rest tests fail because they get a warning they don’t expect but if we do expect the deprecation warning the mixed cluster tests fail because they don’t get a warning which they expected. --- .../rest-api-spec/test/indices.shrink/20_source_mapping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a2dcb2cb84f..e93da15188f 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 @@ -1,8 +1,8 @@ --- "Shrink index ignores target template mapping": - skip: - version: " - 5.5.99" - reason: bug fixed in 5.6.0 + version: " - 6.0.99" + reason: bug fixed in 5.6.0 but no way to expect warning for normal rest test but not for mixed cluster test features: "warnings" - do: