diff --git a/x-pack/plugin/ilm/qa/with-security/src/test/java/org/elasticsearch/xpack/security/PermissionsIT.java b/x-pack/plugin/ilm/qa/with-security/src/test/java/org/elasticsearch/xpack/security/PermissionsIT.java index 057fe4a4881..8ffc5f4711f 100644 --- a/x-pack/plugin/ilm/qa/with-security/src/test/java/org/elasticsearch/xpack/security/PermissionsIT.java +++ b/x-pack/plugin/ilm/qa/with-security/src/test/java/org/elasticsearch/xpack/security/PermissionsIT.java @@ -272,9 +272,7 @@ public class PermissionsIT extends ESRestTestCase { * Tests when the user is limited by alias of an index is able to write to index * which was rolled over by an ILM policy. */ - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41440") - public void testWhenUserLimitedByOnlyAliasOfIndexCanWriteToIndexWhichWasRolledoverByILMPolicy() - throws Exception { + public void testWhenUserLimitedByOnlyAliasOfIndexCanWriteToIndexWhichWasRolledoverByILMPolicy() throws Exception { /* * Setup: * - ILM policy to rollover index when max docs condition is met