From b8cc2c7fc491c9374c1f363ca315f5d7f035a099 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Mon, 23 Dec 2024 11:51:07 +0100 Subject: [PATCH] [8.x] Adjust test mute Backporting #119206 to 8.x branch. The assertion that trips is related to synthetic recovery source usage, no need to mute the entire test suite. Relates to #119191 --- muted-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/muted-tests.yml b/muted-tests.yml index a3960248fded..470cc6105c48 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -441,6 +441,7 @@ tests: issue: https://github.com/elastic/elasticsearch/issues/116777 - class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT issue: https://github.com/elastic/elasticsearch/issues/119191 + method: test {yaml=indices.create/20_synthetic_source/create index with use_synthetic_source} - class: org.elasticsearch.index.mapper.AbstractShapeGeometryFieldMapperTests method: testCartesianBoundsBlockLoader issue: https://github.com/elastic/elasticsearch/issues/119201