Skip to content

Commit

Permalink
Unmute testUpdateComponentTemplateFailsIfResolvedIndexTemplatesWouldB…
Browse files Browse the repository at this point in the history
…eInvalid (#57844)

This was resolved by #57840

Resolves #57842
  • Loading branch information
dakrone committed Jun 9, 2020
1 parent ca5a99e commit af27d14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ 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 af27d14

Please sign in to comment.