Skip to content

Commit

Permalink
Muting testUpdateComponentTemplateFailsIfResolvedIndexTemplatesWouldB…
Browse files Browse the repository at this point in the history
…eInvalid (elastic#57843)
  • Loading branch information
benwtrent authored Jun 8, 2020
1 parent eda4da1 commit e070789
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ public void testIndexTemplateFailsToOverrideComponentTemplateMappingField() thr
* Tests that we check that settings/mappings/etc are valid even after template composition,
* when updating a component template
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/57842")
public void testUpdateComponentTemplateFailsIfResolvedIndexTemplatesWouldBeInvalid() throws Exception {
final MetadataIndexTemplateService service = getMetadataIndexTemplateService();
ClusterState state = ClusterState.EMPTY_STATE;
Expand Down

0 comments on commit e070789

Please sign in to comment.