Browse Source

[8.x] Adjust test mute (#119210)

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
Martijn van Groningen 9 months ago
parent
commit
12a9b37742
1 changed files with 1 additions and 0 deletions
  1. 1 0
      muted-tests.yml

+ 1 - 0
muted-tests.yml

@@ -429,6 +429,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