Skip to content

Commit

Permalink
Removes awaits fix as the fix is in.
Browse files Browse the repository at this point in the history
The PR for the fix has been merged.
elastic#37661
but the awaits fix annotation was not removed.
  • Loading branch information
Yogesh Gaikwad committed Jan 22, 2019
1 parent ca4b586 commit 197bcee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ reservedRolesStore, mock(NativePrivilegeStore.class), Collections.emptyList(),
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));
Expand Down

0 comments on commit 197bcee

Please sign in to comment.