We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda4da1 commit e070789Copy full SHA for e070789
server/src/test/java/org/elasticsearch/cluster/metadata/MetadataIndexTemplateServiceTests.java
@@ -920,6 +920,7 @@ public void testIndexTemplateFailsToOverrideComponentTemplateMappingField() thr
920
* Tests that we check that settings/mappings/etc are valid even after template composition,
921
* when updating a component template
922
*/
923
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/57842")
924
public void testUpdateComponentTemplateFailsIfResolvedIndexTemplatesWouldBeInvalid() throws Exception {
925
final MetadataIndexTemplateService service = getMetadataIndexTemplateService();
926
ClusterState state = ClusterState.EMPTY_STATE;
0 commit comments