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.
This commit is contained in:
Yogesh Gaikwad 2019-01-22 19:35:17 +11:00 committed by GitHub
parent 17d704347e
commit 3e1e1b0b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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));