[TEST] Mute failing test
See elastic/x-pack-elasticsearch#2003 Original commit: elastic/x-pack-elasticsearch@5f3611b1d3
This commit is contained in:
parent
1686add7ce
commit
81ec1a7ba5
|
@ -286,6 +286,7 @@ public class ReservedRealmTests extends ESTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2003")
|
||||
public void testFailedAuthentication() throws Exception {
|
||||
final ReservedRealm reservedRealm = new ReservedRealm(mock(Environment.class), Settings.EMPTY, usersStore,
|
||||
new AnonymousUser(Settings.EMPTY), securityLifecycleService, new ThreadContext(Settings.EMPTY));
|
||||
|
|
Loading…
Reference in New Issue