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 ca5a99e commit af27d14Copy full SHA for af27d14
server/src/test/java/org/elasticsearch/cluster/metadata/MetadataIndexTemplateServiceTests.java
@@ -920,7 +920,6 @@ 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