Skip to content

Commit c766007

Browse files
bizybotYogesh Gaikwad
authored and
Yogesh Gaikwad
committed
Removes awaits fix as the fix is in. (#37676)
The PR for the fix has been merged. #37661 but the awaits fix annotation was not removed.
1 parent 24e3019 commit c766007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ reservedRolesStore, mock(NativePrivilegeStore.class), Collections.emptyList(),
212212
assertNotEquals(Role.EMPTY, roleFuture.actionGet());
213213
}
214214

215-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/37657")
216215
public void testNegativeLookupsAreCached() {
217216
final FileRolesStore fileRolesStore = mock(FileRolesStore.class);
218217
doCallRealMethod().when(fileRolesStore).accept(any(Set.class), any(ActionListener.class));

0 commit comments

Comments
 (0)