From d388fd441f1ff9ae2a5a647933b41f70435c8c12 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Fri, 29 Nov 2019 15:31:31 +0200 Subject: [PATCH] Mute MixedClusterClientYamlTestSuiteIT Details in https://github.com/elastic/elasticsearch/issues/49719 Relates https://github.com/elastic/elasticsearch/pull/47983 --- .../test/search/180_locale_dependent_mapping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search/180_locale_dependent_mapping.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search/180_locale_dependent_mapping.yml index ba059e10fb66f..6d3d4d1695a39 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search/180_locale_dependent_mapping.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search/180_locale_dependent_mapping.yml @@ -1,8 +1,8 @@ --- "Test Index and Search locale dependent mappings / dates": - skip: - version: " - 6.1.99" - reason: JDK9 only supports this with a special sysproperty added in 6.2.0 + version: "all" + reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/49719" - do: indices.create: index: test_index