瀏覽代碼

Removes awaits fix as the fix is in. (#37676)

The PR for the fix has been merged.
https://github.com/elastic/elasticsearch/pull/37661
but the awaits fix annotation was not removed.
Yogesh Gaikwad 6 年之前
父節點
當前提交
3e1e1b0b37

+ 0 - 1
x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/store/CompositeRolesStoreTests.java

@@ -212,7 +212,6 @@ public class CompositeRolesStoreTests extends ESTestCase {
         assertNotEquals(Role.EMPTY, roleFuture.actionGet());
     }
 
-    @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/37657")
     public void testNegativeLookupsAreCached() {
         final FileRolesStore fileRolesStore = mock(FileRolesStore.class);
         doCallRealMethod().when(fileRolesStore).accept(any(Set.class), any(ActionListener.class));