diff --git a/muted-tests.yml b/muted-tests.yml index 001f141aed9a1..e8a99385cb399 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -482,12 +482,6 @@ tests: - class: org.elasticsearch.xpack.remotecluster.CrossClusterEsqlRCS1EnrichUnavailableRemotesIT method: testEsqlEnrichWithSkipUnavailable issue: https://github.com/elastic/elasticsearch/issues/132078 -- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT - method: test {yaml=update/100_synthetic_source/stored text} - issue: https://github.com/elastic/elasticsearch/issues/132108 -- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT - method: test {yaml=update/100_synthetic_source/keyword} - issue: https://github.com/elastic/elasticsearch/issues/132110 - class: org.elasticsearch.index.engine.MergeWithLowDiskSpaceIT method: testRelocationWhileForceMerging issue: https://github.com/elastic/elasticsearch/issues/131789 diff --git a/rest-api-spec/build.gradle b/rest-api-spec/build.gradle index 7b73575f76ef3..f2142e8ba1c8d 100644 --- a/rest-api-spec/build.gradle +++ b/rest-api-spec/build.gradle @@ -90,4 +90,6 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task -> task.skipTest("indices.create/21_synthetic_source_stored/field param - keep root array", "Synthetic source keep arrays now stores leaf arrays natively") task.skipTest("cluster.info/30_info_thread_pool/Cluster HTTP Info", "The search_throttled thread pool has been removed") task.skipTest("synonyms/80_synonyms_from_index/Fail loading synonyms from index if synonyms_set doesn't exist", "Synonyms do no longer fail if the synonyms_set doesn't exist") + task.skipTest("update/100_synthetic_source/keyword", "synthetic recovery source means _recovery_source field will not be present") + task.skipTest("update/100_synthetic_source/stored text", "synthetic recovery source means _recovery_source field will not be present") })