Skip to content

Commit

Permalink
Removes awaits fix as the fix is in. (#37676)
Browse files Browse the repository at this point in the history
The PR for the fix has been merged.
#37661
but the awaits fix annotation was not removed.
  • Loading branch information
bizybot authored and Yogesh Gaikwad committed Jan 22, 2019
1 parent 24e3019 commit c766007
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 c766007

Please sign in to comment.