Skip to content

Commit 7d2de6b

Browse files
Skip update/100_synthetic_source tests in yamlRestCompatTests (#132296)
1 parent eb04b9d commit 7d2de6b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,6 @@ tests:
482482
- class: org.elasticsearch.xpack.remotecluster.CrossClusterEsqlRCS1EnrichUnavailableRemotesIT
483483
method: testEsqlEnrichWithSkipUnavailable
484484
issue: https://github.com/elastic/elasticsearch/issues/132078
485-
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
486-
method: test {yaml=update/100_synthetic_source/stored text}
487-
issue: https://github.com/elastic/elasticsearch/issues/132108
488-
- class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
489-
method: test {yaml=update/100_synthetic_source/keyword}
490-
issue: https://github.com/elastic/elasticsearch/issues/132110
491485
- class: org.elasticsearch.index.engine.MergeWithLowDiskSpaceIT
492486
method: testRelocationWhileForceMerging
493487
issue: https://github.com/elastic/elasticsearch/issues/131789

rest-api-spec/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
9090
task.skipTest("indices.create/21_synthetic_source_stored/field param - keep root array", "Synthetic source keep arrays now stores leaf arrays natively")
9191
task.skipTest("cluster.info/30_info_thread_pool/Cluster HTTP Info", "The search_throttled thread pool has been removed")
9292
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")
93+
task.skipTest("update/100_synthetic_source/keyword", "synthetic recovery source means _recovery_source field will not be present")
94+
task.skipTest("update/100_synthetic_source/stored text", "synthetic recovery source means _recovery_source field will not be present")
9395
})

0 commit comments

Comments
 (0)