diff --git a/plugin/src/test/java/org/elasticsearch/xpack/security/TemplateUpgraderTests.java b/plugin/src/test/java/org/elasticsearch/xpack/security/TemplateUpgraderTests.java index 9d86a0b9b4c..bfa7e8ce1e8 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/security/TemplateUpgraderTests.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/security/TemplateUpgraderTests.java @@ -35,7 +35,6 @@ import static org.hamcrest.Matchers.not; * system priviliges */ @ClusterScope(maxNumDataNodes = 1, scope = Scope.SUITE, numClientNodes = 0) -@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2421") public class TemplateUpgraderTests extends SecurityIntegTestCase { public void testTemplatesWorkAsExpected() throws Exception {